Power Pages
1 TopicConnect to power pages using Azure AD B2C token
Hi, I am working on a scenario where user logins to the mobile app using username and password. The username and password are used to get ID and access token from azure AD B2C like: URL: https://login.microsoftonline.com/<TENANT_ID>/oauth2/v2.0/token grant_type=password&client_id=<CLIENT_ID>&client_secret=<SECRET>&scope=openid&username=<USERNAME>&password=<PASSWORD> now after getting the id_token and access token, I tried passing it in header as bearer token and as well as in query params as well. After these steps, it still lands me to the sign-up page instead of the singed in page and not the page to where I should be directed as an authenticated user.58Views0likes1Comment