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
During the processing of the NewProvider(context, string) function a comparison is made between the issuerUrl passed into the function against the issuer URL retrieved from the /.well-known/openid-configuration (line 235 in current main code). Earlier, when the wellKnown variable is created (line 209), a trailing / in the string is ignored when concatenating the URL information together. However, when making the comparison on line 235, a trailing / is not ignored.