🔐 OIDC Debugger

📡 Discovery OK

{
  "authorization_endpoint": "https://auth.wired-lan.fr/authorize",
  "authorization_response_iss_parameter_supported": true,
  "claims_supported": [
    "sub",
    "given_name",
    "family_name",
    "name",
    "display_name",
    "email",
    "email_verified",
    "preferred_username",
    "picture",
    "groups",
    "auth_time",
    "amr"
  ],
  "client_id_metadata_document_supported": false,
  "code_challenge_methods_supported": [
    "plain",
    "S256"
  ],
  "device_authorization_endpoint": "https://auth.wired-lan.fr/api/oidc/device/authorize",
  "end_session_endpoint": "https://auth.wired-lan.fr/api/oidc/end-session",
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:device_code",
    "client_credentials"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "introspection_endpoint": "https://auth.wired-lan.fr/api/oidc/introspect",
  "introspection_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "Bearer"
  ],
  "issuer": "https://auth.wired-lan.fr",
  "jwks_uri": "https://auth.wired-lan.fr/.well-known/jwks.json",
  "prompt_values_supported": [
    "none",
    "login",
    "consent",
    "select_account"
  ],
  "pushed_authorization_request_endpoint": "https://auth.wired-lan.fr/api/oidc/par",
  "request_object_signing_alg_values_supported": [
    "none"
  ],
  "request_parameter_supported": true,
  "request_uri_parameter_supported": false,
  "require_pushed_authorization_requests": false,
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "response_types_supported": [
    "code"
  ],
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "groups",
    "offline_access"
  ],
  "service_documentation": "https://pocket-id.org/docs",
  "subject_types_supported": [
    "public"
  ],
  "token_endpoint": "https://auth.wired-lan.fr/api/oidc/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "userinfo_endpoint": "https://auth.wired-lan.fr/api/oidc/userinfo"
}
⬅ Retour