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
I get an error when trying to connect with our service provider. The error occurs on the first request to the /user/authorize endpoint:
TypeError: Cannot read property 'stateFor' of undefined
at processSessionState (C:\dev\identity-provider-example\node_modules\oidc-provider\lib\helpers\process_session_state.js:18:25)
at Function.saltedProcessSessionState [as salted] (C:\dev\identity-provider-example\node_modules\oidc-provider\lib\helpers\process_session_state.js:43:10)
at authorizationErrorHandler (C:\dev\identity-provider-example\node_modules\oidc-provider\lib\shared\authorization_error_handler.js:97:52)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async ensureSessionSave (C:\dev\identity-provider-example\node_modules\oidc-provider\lib\helpers\initialize_app.js:42:7)
at async contextEnsureOidc (C:\dev\identity-provider-example\node_modules\oidc-provider\lib\shared\context_ensure_oidc.js:4:5)
The only thing I have changed was the redirect uri in the client configuration. How can I get around this issue?
The text was updated successfully, but these errors were encountered:
I get an error when trying to connect with our service provider. The error occurs on the first request to the /user/authorize endpoint:
The only thing I have changed was the redirect uri in the client configuration. How can I get around this issue?
The text was updated successfully, but these errors were encountered: