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
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
The OIDC middleware does not validate if you set the ClientId or authority. It tries to fetch the metadata anyways, fails silently, and then generates redirects without any base uris.
We also need a better error if you fail to set the ClientSecret, but do enable one of the Code flows. Right now you'll get a 400/401 trying to redeem the code.