-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
Hope you all are doing good and safe.
Whenever we have tried to access the user login in Authoring-ui, Service Referrer of the link returns back to the home page of auth-ui( on clicking the login button)
http://arp-snowstorm.mig.in/undefinedlogin?serviceReferer=http://arp-snowstorm.mig.in/#/home
so the question here is how the authentication works in authoring-ui with IMS, also I have added the context path for /auth in nginx config file
location /auth {
proxy_pass https://dev-ims.mig.in/api/account;
}
Also, how can we change the service referrer of auth-ui to the IMS authentication and revert it back to the authoring-ui screen with defined user.
Note- 1) Application link is already been setup in the Crowd for IMS authentication.
2) Edited the endpointConfig.json file as per our server details.
Kindly do the needful.
Thanks & Regards
Kartik Rai (NRC India)