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 want to get the openid-configuration value like this ,
But
When the authorization_service_configuration.ts procedure execute the 77 line
it throws the exeception AppAuthError { message: 'Error: certificate has expired', extras: undefined }
Most probably, it's certificate of the OAuth2 server which you cannot by pass out of the box. If you need to by-pass it, you can provide a custom Requester, and by-pass the error that way.
[REQUIRED] Describe expected behavior
I want to get the openid-configuration value like this ,
But
When the authorization_service_configuration.ts procedure execute the 77 line
it throws the exeception AppAuthError { message: 'Error: certificate has expired', extras: undefined }
[REQUIRED] Environment
Which certificate does the error point ? where is the certificate from?
if someone needs the answer to reslove Please tell me , thanks a lot
The text was updated successfully, but these errors were encountered: