.well-known/openid-configuration

This endpoint provides the OpenID Connect discovery document for our services.

{ "issuer": "https://courtyardloveland.com", "authorization_endpoint": "https://courtyardloveland.com/oauth/authorize", "token_endpoint": "https://courtyardloveland.com/oauth/token", "userinfo_endpoint": "https://courtyardloveland.com/oauth/userinfo", "jwks_uri": "https://courtyardloveland.com/.well-known/jwks.json", "response_types_supported": ["code", "token"], "subject_types_supported": ["public"], "id_token_signing_alg_values_supported": ["RS256"] }