{"issuer":"http://localhost:3001","authorization_endpoint":"http://localhost:3001/oauth/authorize","token_endpoint":"http://localhost:3001/oauth/token","revocation_endpoint":"http://localhost:3001/oauth/revoke","introspection_endpoint":"http://localhost:3001/oauth/introspect","jwks_uri":"http://localhost:3001/oauth/jwks","response_types_supported":["code"],"grant_types_supported":["authorization_code","refresh_token"],"token_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post","none"],"revocation_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post","none"],"introspection_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"code_challenge_methods_supported":["S256","plain"],"scopes_supported":["profile.read","images.read","bookings.read","movies.read","movies.details","openid","profile","email"]}