...
Code Block | ||||
---|---|---|---|---|
| ||||
HTTP/1.1 200 OK
Content-Type: application/json
{
"issuer": "https://fhir.koppeltaal.nl/domeinzorgafnemer/v2",
"jwks_uri": "https://fhir.koppeltaal.nl/domeinzorgafnemer/v2/.well-known/jwks.json",
"authorization_endpoint": "https://fhir.koppeltaal.nl/domeinzorgafnemer/v2/auth/authorize",
"grant_types_supported": [
"authorization_code",
"client_credentials"
],
"token_endpoint": "https://fhir.koppeltaal.nl/domeinzorgafnemer/v2/auth/token",
"token_endpoint_auth_methods_supported": ["private_key_jwt"],
"scopes_supported": ["openid", "launch", "fhirUser", "system/*.cruds", "system/*.cruds?resource-origin="],
"response_types_supported": ["code"],
"introspection_endpoint": "https://fhir.koppeltaal.nl/domeinzorgafnemer/v2/auth/introspect",
"capabilities": [
"launch-ehr",
"authorize-post",
"client-confidential-asymmetric",
"sso-openid-connect",
"context-ehr-hti",
"permission-v2"
],
"code_challenge_methods_supported": ["S256"]
} |
...