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
Describe the bug
The value SkipUserInfoRequest is not used correctly and the request to get the user information is triggered everytime, basically we can create a profile and set this value but later the method TAProvider.Init is not doing anything with it, and this value should be assigned to gProv.SkipUserInfoRequest in the Init method of the social Provider.
Reproduction steps
Steps to reproduce the behavior:
Create a social provider for openid-connect
Under ProviderConfig.UseProviders.SkipUserInfoRequest set the value to true
Use the profile
The request to get user info is being triggered even SkipUserInfoRequest is set to true
Actual behavior
The request to fetch user info is being triggered everytime
Expected behavior
The request to fetch user info should be triggered only when SkipUserInfoRequest is false.
Screenshots/Video
If applicable, add screenshots or video to help explain your problem.
Browser/Os (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Branch/Environment
Describe the bug
The value
SkipUserInfoRequest
is not used correctly and the request to get the user information is triggered everytime, basically we can create a profile and set this value but later the methodTAProvider.Init
is not doing anything with it, and this value should be assigned togProv.SkipUserInfoRequest
in theInit
method of the social Provider.Reproduction steps
Steps to reproduce the behavior:
ProviderConfig.UseProviders.SkipUserInfoRequest
set the value to trueActual behavior
The request to fetch user info is being triggered everytime
Expected behavior
The request to fetch user info should be triggered only when
SkipUserInfoRequest
is false.Screenshots/Video
If applicable, add screenshots or video to help explain your problem.
Browser/Os (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: