North West Genomic Medicine Service Alliance
0.0.7 - ci-build
North West Genomic Medicine Service Alliance - Local Development build (v0.0.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"issuer": "https://127.0.0.1/healthconnect/oauth2",
"authorization_endpoint": "https://127.0.0.1/healthconnect/oauth2/authorize",
"token_endpoint": "https://127.0.0.1/healthconnect/oauth2/token",
"userinfo_endpoint": "https://127.0.0.1/healthconnect/oauth2/userinfo",
"revocation_endpoint": "https://127.0.0.1/healthconnect/oauth2/revocation",
"introspection_endpoint": "https://127.0.0.1/healthconnect/oauth2/introspection",
"jwks_uri": "https://127.0.0.1/healthconnect/oauth2/jwks",
"registration_endpoint": "https://127.0.0.1/healthconnect/oauth2/register",
"end_session_endpoint": "https://127.0.0.1/healthconnect/oauth2/logout",
"scopes_supported": [
"openid",
"profile",
"email",
"address",
"phone",
"system/*.*"
],
"response_modes_supported": [
"query",
"fragment",
"form_post"
],
"code_challenge_methods_supported": [
"plain",
"S256"
],
"grant_types_supported": [
"client_credentials",
"jwt_authorization",
"refresh_token"
]
}
Body is the following values in x-www-form-urlencoded format
Key | Value |
---|---|
grant_type | client_credentials |
scope | system/*.* |
{
"access_token": "REMOVED",
"token_type": "bearer",
"expires_in": 3600,
"scope": "system/*.*"
}
Body is the following values in x-www-form-urlencoded format
Key | Value |
---|---|
token | {token} to verify |
{
"active": false
}