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
Though this would not include the data on the session, so an attempt to reauthorize without login will not have the metadata. Approach would need refinement
Alternative approach - we can persist a reference to the orgContext selected using the accountId, ClientID, and State passed to /auth as key. The client ui can then query the org context after successful authorization...
To do this, we would need to alter a core library of the project. Specifically, the oidc-node-provider library and this function within it: https://github.com/panva/node-oidc-provider/blob/main/lib/actions/authorization/respond.js
We will consider the pros and cons of a such a fork and decide on an appropriate course of action.
The text was updated successfully, but these errors were encountered: