You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After logging in through an identity provider the UI errors. It appears to be a race condition.
This is rendered in the login model: undefined doesn't contain the link authn
There are errors in the console:
main.f7193ce80585402a.js:1
No _links section found at https://oaktrust-pre.library.tamu.edu/server/api
Error: undefined doesn't contain the link authn
at main.f7193ce80585402a.js:1:538685
at main.f7193ce80585402a.js:1:2944996
at l._next (main.f7193ce80585402a.js:1:2941016)
at l.next (main.f7193ce80585402a.js:1:2929816)
at main.f7193ce80585402a.js:1:2944989
at l._next (main.f7193ce80585402a.js:1:2941016)
at l.next (main.f7193ce80585402a.js:1:2929816)
at main.f7193ce80585402a.js:1:2949271
at l._next (main.f7193ce80585402a.js:1:2941016)
at l.next (main.f7193ce80585402a.js:1:2929816)
It occurs regularly enough and requires a page refresh to function correctly.
The text was updated successfully, but these errors were encountered:
wwelling
changed the title
External Login (Shibboleth and EntraId) sporadically fails to load correctly
External Login (Shibboleth and EntraId) often fails to load UI correctly
Jun 10, 2024
wwelling
changed the title
External Login (Shibboleth and EntraId) often fails to load UI correctly
External Login (Shibboleth and EntraId) often fails to load correctly
Jun 10, 2024
I've experienced this undefined doesn't contain the link authn randomly with either/both oaktrust dev and oaktrust pre when logging in using either OIDC or Shib. Sometimes refreshing, trying in Chrome incognito or Edge InPrivate would work, other times not. And sometimes login would work on oaktrust dev but at the same time not on oaktrust pre or vice versa. The two shibboleth service providers and their virtual host configs are also identical (besides the URL). So I had always thought it was due to cookie/cache.
It seems to also behave a bit differently when you're connect VPN or not.
After logging in through an identity provider the UI errors. It appears to be a race condition.
This is rendered in the login model:
undefined doesn't contain the link authn
There are errors in the console:
It occurs regularly enough and requires a page refresh to function correctly.
The text was updated successfully, but these errors were encountered: