0
huntethan89 created
Hi, Following are the two APIs which are not working when authenticating user externally using provider and providerAccessCode.
- The API TokenAuth > GetExternalAuthenticationProviders() return null even if the external login (Google) is successfully integrated in the application.
- The method CreateProviderApi in ExternalAuthManager class is giving exception for "Unknown external auth provider". As I checked the code for this from github, it seems like ExternalAuthConfiguration.Providers is not returning the provider info for the provider's name passed as parameter.
Could you please check and assist how to proceed?
reference:
4 Answer(s)
-
0
Hi @huntethan89
Could you share the JSON input for ExternalAuthenticate method ? Please hide the important fields in your post.
-
0
-
0
-
0
@huntethan89 Were you able to find a solution for this?
@ismcagdas I am too facing the similar error. I have enable OpenId in appsettings.json and also configured for a tenant. But I am too getting the same error