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
Since it is a bit dated I have updated all libs. But when updating passport-openidconnect from 0.0.2 to 0.1.2 the error handling stops working.
I have a error case when client_id is missing in Audience and with ver 0.0.2 I get a proper error handling with error page showing aud parameter does not include this client - is: urn:myorg:user-store:test-application| expected: my-test-client
When updating the lib to ver 0.1.2 (only that change) I get Not Found 404, NotFoundError: Not Found i.e. cannot load the error page
Do you have any idea why it fails?
The text was updated successfully, but these errors were encountered:
Hi,
I am testing
passport-openidconnect
with an example app based on this https://github.com/ForgeRock/exampleOAuth2Clients/tree/master/node-passport-openidconnectSince it is a bit dated I have updated all libs. But when updating
passport-openidconnect
from0.0.2
to0.1.2
the error handling stops working.I have a error case when client_id is missing in Audience and with ver 0.0.2 I get a proper error handling with error page showing
aud parameter does not include this client - is: urn:myorg:user-store:test-application| expected: my-test-client
When updating the lib to ver 0.1.2 (only that change) I get
Not Found 404, NotFoundError: Not Found
i.e. cannot load the error pageDo you have any idea why it fails?
The text was updated successfully, but these errors were encountered: