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
Trying to authenticate a token generated by google firebase gets me the following error:
Problem getting signing keys from Open ID Connect provider (issuer). ConfigurationManager threw System.InvalidOperationException Message: IDX20803: Unable to obtain configuration from: 'System.String'.
Trying to authenticate a token generated by google firebase gets me the following error:
Problem getting signing keys from Open ID Connect provider (issuer). ConfigurationManager threw System.InvalidOperationException Message: IDX20803: Unable to obtain configuration from: 'System.String'.
I used the base project that is being used: https://github.com/bryanknox/AzureFunctionsOpenIDConnectAuthSample
and I commented these lines in the
AzureFunctionsOpenIDConnectAuthSample\OidcApiAuthorization\OidcApiAuthorizationService.cs
file:I don't know why commenting these lines seems to work with that project... any idea?
The text was updated successfully, but these errors were encountered: