I am trying to authenticate against Azure AD B2C with Paw. I get to the point where I receive the login page, I can successfully log-in, then the application loads in the same log-in windows, however, the log-in dialog never goes away and stays on "Waiting for Authorization" - No code found so far.
Following Settings:
Authorization Type: OAuth2
Grant Type: Authorization Code
Client ID: xxxxx
Authorization URL: https://login.microsoftonline.com/{B2C domain}.onmicrosoft.com/oauth2/authorize?response_mode=query&p=B2C_1_signupin
Access Token URL: https://login.microsoftonline.com/{B2C domain}.onmicrosoft.com/oauth2/v2.0/token?p=b2c_1_signupin
Redirect URL: http://{application url}
Scope: offline_access
State: Nonce
Token: Bearer _____
Has anyone been successful with Azure AD B2C and Paw ?