This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
OIDC: login succeeds, but FE does not show user as loggged in #529
Comments
tracebacks:
|
@bpedersen2 sorry for the delay, I just saw this. It's been a long time, so I don't recall the exact reason, but the settings in
I think this is because the code running this code and redirecting is actually the catamel/backend server, so '/` is interpreted relative to it. |
I did some further debugging, and it seems like the pasport-openid lib has evoled faster than the integration in loopback-passport-component. The usage of the callback arguments there did not match. Needs further investigation... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to set up scicat for use at MLZ with OIDC login enabled.
I get correctly redirected to the success URL, but I am still shown as not logged in in the FE.
Debugging shows that the user and authInfo entries seem to be populated correctly.
The login callback gets called returns success.
Any hints what is still missing here?
Best Björn
providers.json:
catanie: environment.js
The text was updated successfully, but these errors were encountered: