Hi,
I am trying to implement OpenID for Authenticating users in Atlas. I am running into issues. I have also opened this issue : here
Though I have specified a redirect URL in the settings.xml, (<security.oid.redirectUrl>https://xxx/atlas/#/welcome/null/ </security.oid.redirectUr>)
I see the redirect URL in the call to the OID authorization end point is something like this: https://localhost:8080/WebAPI/user/oauth/callback/OidcClient
Any idea what is wrong ?
Thanks