Skip to content

Instantly share code, notes, and snippets.

@p2
Created January 5, 2015 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p2/0cea49faa95139c0d673 to your computer and use it in GitHub Desktop.
Save p2/0cea49faa95139c0d673 to your computer and use it in GitHub Desktop.
{
"security": {
"cors": 1,
"description": "This server implements OAuth2 for login",
"http://fhir-registry.smartplatforms.org/Profile/oauth-uris#authorize": [
{
"valueUri": "https://fhir-dev.healthintersections.com.au:0/oauth2/auth"
}
],
"http://fhir-registry.smartplatforms.org/Profile/oauth-uris#oidc-discovery": [
{
"valueUri": "https://fhir-dev.healthintersections.com.au:0/oauth2/auth/discovery"
}
],
"http://fhir-registry.smartplatforms.org/Profile/oauth-uris#register": [
{
"valueUri": "mailto:grahame@healthintersections.com.au"
}
],
"http://fhir-registry.smartplatforms.org/Profile/oauth-uris#token": [
{
"valueUri": "https://fhir-dev.healthintersections.com.au:0/oauth2/token"
}
],
"service": [
{
"coding": [
{
"code": "OAuth2",
"system": "http://hl7.org/fhir/restful-security-service"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment