Product Portal
The Product Portal configuration category includes the following configurable options:
Custom Application Configuration
OIDC Client ID
OIDC Issuer URL
OIDC Logout URL
OIDC scopes
|
Custom Application Configuration |
|
|
JSON | |
The applications that will be accessible in product portal | |
|
|
{
"apps": []
}
|
|
|
|
OIDC Client ID |
|
|
STRING | |
The Client ID registered with the OIDC server used for login. | |
|
|
product_portal
|
|
|
|
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 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
|
|
|