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
When we integrated with our own IDP . After the authentication process is completed . it is redirecting to skooner API. After that <>/oidc api is failing.
Error Details:
An error occurred during the request OPError: expected 200 OK, got: 403 Forbidden
at processResponse (/usr/src/app/node_modules/openid-client/lib/helpers/process_response.js:41:11)
at Function.discover (/usr/src/app/node_modules/openid-client/lib/issuer.js:179:18)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async getOidcProvider (/usr/src/app/index.js:143:20)
at async getOidcEndpoint (/usr/src/app/index.js:132:22)
at async getOidc (/usr/src/app/index.js:80:30) {
error: 'expected 200 OK, got: 403 Forbidden'
} GET /oidc 2023-03-28T07:42:00.217Z GET /oidc 500
The text was updated successfully, but these errors were encountered:
When we integrated with our own IDP . After the authentication process is completed . it is redirecting to skooner API. After that <>/oidc api is failing.
Error Details:
An error occurred during the request OPError: expected 200 OK, got: 403 Forbidden
at processResponse (/usr/src/app/node_modules/openid-client/lib/helpers/process_response.js:41:11)
at Function.discover (/usr/src/app/node_modules/openid-client/lib/issuer.js:179:18)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async getOidcProvider (/usr/src/app/index.js:143:20)
at async getOidcEndpoint (/usr/src/app/index.js:132:22)
at async getOidc (/usr/src/app/index.js:80:30) {
error: 'expected 200 OK, got: 403 Forbidden'
} GET /oidc
2023-03-28T07:42:00.217Z GET /oidc 500
The text was updated successfully, but these errors were encountered: