User Manager settings

User Manager configuration settings

MI User Manager server access URL

The URL used to access MI User Manager by other server-based MI components. The default port number is 9000.

For example: http://my.server.name:9000/api

Note: When using a browser that is configured to block third-party cookies, users will get a '401 unauthorized' browser error on trying to authenticate with MI User Manager unless the server domain specified in the URL field and the domain that's in their browser's address bar are exactly the same.
For example: If this setting is set to http://my.server.name:9000/api:
  • Navigating to http://my.server.name/grantami/#/user-manager will authenticate successfully.
  • Navigating to http://hostname/grantami/#/user-manager will not.
MI User Manager client access URL
A URL used to access MI User Manager on a desktop client.
Note: When using a browser that is configured to block third-party cookies, users will get a '401 unauthorized' browser error on trying to authenticate with MI User Manager unless the server domain specified in the URL field and the domain that's in their browser's address bar are exactly the same.
For example: If this setting is set to http://my.server.name:9000/api:
  • Navigating to http://my.server.name/grantami/#/user-manager will authenticate successfully.
  • Navigating to http://hostname/grantami/#/user-manager will not.