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
With the OIDC client credential and device authorization flow, we can obtain an access code from Keycloak, but this is not enough to immediately authenticate into Coldfront. This issue prevents the bulk registration script from working, as it cannot access the information it needs on Coldfront.
We need to find a way to authenticate into Coldfront using these grants, or potentially look at other mechanisms of authentication.