{ "issuer": "https://login.eduid.ch/", "authorization_endpoint": "https://login.eduid.ch/idp/profile/oidc/authorize", "token_endpoint": "https://login.eduid.ch/idp/profile/oidc/token", "userinfo_endpoint": "https://login.eduid.ch/idp/profile/oidc/userinfo", "introspection_endpoint": "https://login.eduid.ch/idp/profile/oauth2/introspection", "revocation_endpoint": "https://login.eduid.ch/idp/profile/oauth2/revocation", "end_session_endpoint": "https://login.eduid.ch/idp/profile/oidc/end-session", "jwks_uri": "https://login.eduid.ch/idp/profile/oidc/keyset", "scopes_supported": ["openid", "profile", "email", "https://login.eduid.ch/authz/User.Read", "offline_access"], "response_types_supported": ["code"], "response_modes_supported": ["query", "fragment", "form_post"], "grant_types_supported": ["authorization_code", "refresh_token"], "code_challenge_methods_supported": ["S256"], "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "client_secret_jwt", "private_key_jwt"], "subject_types_supported": ["pairwise", "public"] }