-
IDP Router/ Identity Broker - Improvements to Instance list UI
Currently when we setup multiple instances under Embed → Mapping for a single Key Attribute value, we are shown "Your Accounts" page to select the instance we want to be redirected to. This page lists only the instance URLs, request to enhance the UI and show additional user friendly attributes like Instance Name/Alias.
-
API Authentication Security Improvement
As per API authentication guide here - The first step to get access to Domo APIs is to generate ClientId/Secret and then make a request to get access token. This request is of type "Basic Auth" where client credentials (ClientId/Secret) are passed as base64 encoded string. Since these creds act like username/password…
-
MFA on every login
Currently we can set the number of days after which user will re-authenticate via MFA and we can do minimum 1 day but having an option to make it on every login will make the environment more secure.