{
            "issuer": "https://dentaquest-ciam.okta.com/oath2/ausg07qa99xVdvh4Q4h7",
            "jwks_uri": "https://dentaquest-ciam.okta.com/oath2/ausg07qa99xVdvh4Q4h7/v1/keys",
            "authorization_endpoint": "https://api.dentaquest.com/FhirPatientAccess/v1/authorize",
            "token_endpoint": "https://api.dentaquest.com/FhirPatientAccess/v1/token",
            "token_endpoint_auth_methods_supported": [
                "client_secret_basic",
                "private_key_jwt"
            ],
            "grant_types_supported": [
                "authorization_code",
                "client_credentials"
            ],
            "scopes_supported": ["patient/*.read", "offline_access", "openid", "launch/patient", "fhirUser"],
            "response_types_supported": ["code"],
            "code_challenge_methods_supported": ["S256"],
            "capabilities": [
                "launch-ehr",
                "permission-patient",
                "client-public",
                "client-confidential-symmetric",
                "context-ehr-patient",
                "sso-openid-connect",
                "launch-standalone",
                "context-standalone-patient",
                "permission-offline",
                "context-banner",
                "context-style",
                "permission-user"
            ]
        }