samples
samples copied to clipboard
Authorization request doesn't work - azure-ad-b2c/samples/tree/master/policies/sign-up-deep-link
I have followed the instructions about the sign-up-deep-link, but I'm getting the error below.
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
The authorization request that I'm running is the one below:
https://#####.b2clogin.com/#####.onmicrosoft.com/oauth2/v2.0/authorize?p=B2C_1A_signup_signin_with_link_to_sign_up&client_id=#######-e06e-40af-9905-###########c&nonce=defaultNonce&redirect_uri=https://#######.powerappsportals.com/signin-aad-b2c_1&scope=openid&response_type=id_token&option=signup`
@gxgrammatikos , just started experiencing this out of the blue. How did you end up fixing this issue? Thanks.