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
If the discovery fails, this will return an error and never attempt to initialise the client again. We should always try and initialise until we have a functioning client.
The text was updated successfully, but these errors were encountered:
We use a once block to set up the OIDC client in the middleware:
oidc/middleware/middleware.go
Lines 268 to 274 in f864530
If the discovery fails, this will return an error and never attempt to initialise the client again. We should always try and initialise until we have a functioning client.
The text was updated successfully, but these errors were encountered: