Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If someone by mistake configured the above settings due to which now users from other domains like ‘openspecimen’ are not able to login into the app. Use the We can change this by using below REST API call to revert the setting.

URL

http[s]:<host>:<port>/openspecimen/rest/ng/config-settings

METHOD

PUT

REQUEST

application/json

DATA

{

"module": "auth",

"name": "default_domain",

"value": ""

}

...