{"issuer":"http://localhost:5000","authorization_endpoint":"http://localhost:5000/authorize","token_endpoint":"http://localhost:5000/token","userinfo_endpoint":"http://localhost:5000/userinfo","revocation_endpoint":"http://localhost:5000/revoke","introspection_endpoint":"http://localhost:5000/introspect","jwks_uri":"http://localhost:5000/.well-known/jwks.json","response_types_supported":["code"],"grant_types_supported":["authorization_code","refresh_token","client_credentials"],"subject_types_supported":["public"],"id_token_signing_alg_values_supported":["RS256"],"scopes_supported":["openid","profile","email","offline_access"],"code_challenge_methods_supported":["S256","plain"],"token_endpoint_auth_methods_supported":["client_secret_post","none"],"revocation_endpoint_auth_methods_supported":["client_secret_post","none"],"introspection_endpoint_auth_methods_supported":["client_secret_post","none"]}