MDM UI
The MDM UI configuration category includes the following configurable options:
JSON Admin URL
OIDC Client ID
OIDC Issuer URL
OIDC Logout URL
OIDC Redirect URI
OIDC scopes
Organization Identifier
|
JSON Admin URL |
|
|
STRING | |
JSON Admin URL, reachable publicly by the client app (e.g. "https://mdmui.smilecdr.com/json-admin"). | |
|
|
http://localhost:9000
|
|
|
|
OIDC Client ID |
|
|
STRING | |
The Client ID registered with the OIDC server used for login. | |
|
|
MDM_UI
|
|
|
|
OIDC Issuer URL |
|
|
STRING | |
The Issuer URL for the OIDC server used for login. | |
|
|
http://localhost:9200/smartauth
|
|
|
|
OIDC Logout URL |
|
|
STRING | |
The URL to call at logout to end the user's session. | |
|
|
http://localhost:9200/smartauth/logout?cb=none&revoke=token&revoke=token_refresh
|
|
|
|
OIDC Redirect URI |
|
|
STRING | |
The base URL for this app, to redirect to after OIDC login. Must be registered with the OIDC server, must be reachable publicly by the client, port should match/forward to http listener port below. | |
|
|
http://localhost:8080/
|
|
|
|
OIDC scopes |
|
|
STRING | |
The scopes for this app to request to the OIDC server at login. | |
|
|
profile offline_access launch/patient launch/practitioner openid cdr_all_user_authorities
|
|
|
|
Organization Identifier |
|
|
STRING | |
The business identifier of the organization to represent the organization that users of this app belong to, with pipe-delimited system and value, e.g. https://smilecdr.com/fhir/ns/OrganizationIdentifier|acme-hospital. This can be the identifier of an existing Organization resource in the FHIR database, or a new Organization resource will be created by the app if it does not yet exist. If no system is provided then a default system of https://smilecdr.com/fhir/ns/mdm/ui/orgids will be used.
|
|
|
|
https://smilecdr.com/fhir/ns/OrganizationIdentifer|defaultOrganization
|
|
|