For OIDC authentication flow, fetching the UserInfo should be optional as we are able to leverage the id_token to complete the authentication.
We should provide a configuration to allow for enabling/disabling the fetching of the UserInfo for the OIDC authentication flow.
For OIDC authentication flow, fetching the
UserInfoshould be optional as we are able to leverage theid_tokento complete the authentication.We should provide a configuration to allow for enabling/disabling the fetching of the
UserInfofor the OIDC authentication flow.