I am trying to set up vouch proxy with Azure AD B2C with Drupal app using the following example
I have tried the following two providers.
Azure provider:
This fails immediately at /auth request because of the missing access token, so I decided to use ADFS
Error: /auth Error while retrieving user info after successful login at the OAuth provider: oauth2: server response missing access_token
ADFS Provider:
it results in too many redirects, because of failed authentication it keeps on redirecting to vouch proxy login URL. (all request redirects to 302) All the logs for ADFS are attached here
Vouch and nginx config added here
Can anyone please help me to resolve this issue?
Above logs and config are added for the previous (v0.27.1 ) of VP.
Added new logs for VP v0.37.3 Config
Logs