angular-auth-oidc-client
angular-auth-oidc-client copied to clipboard
Issue while redirecting after authentication from OIDC provider
I have provided redirect url as redirectUrl: window.location.origin + '/app/oidc' in config, and I have route created for oidc. After successful login OIDC provider sends to '/app/oidc' and in few secs browser moves to /app. I tried enablingtrace and check, there are no error but after getting the access_token, navigation to /app starts.
Check if your route has a redirectTo: /app