{ "issuer": "https://auth.ma300k.de", "authorization_endpoint": "https://auth.ma300k.de/authorize", "token_endpoint": "https://auth.ma300k.de/token", "userinfo_endpoint": "https://auth.ma300k.de/userinfo", "jwks_uri": "https://auth.ma300k.de/.well-known/jwks.json", "scopes_supported": [ "openid", "profile", "email" ], "response_types_supported": [ "code" ], "grant_types_supported": [ "authorization_code", "refresh_token" ], "id_token_signing_alg_values_supported": [ "RS256" ], "claims_supported": [ "sub", "name", "given_name", "family_name", "nickname", "email", "email_verified", "locale" ] }