Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

0 votes
1 answer
36 views

Azure Function App authentication using Azure B2C

I have a single-page application (SPA) developed with Vue.js and hosted on Azure App Services that is using Azure B2C and MSAL 2.8.0 for authentication. The web APIs called by the SPA are developed ...
user3614070's user avatar
0 votes
0 answers
45 views

How to embed password reset option inside my app without AD B2C token (user flows)

I am using AD B2C user flows, I want to add to the account settings an option for the user to reset their password, but this option requires a token in the password rest url is there a way to invoke ...
Anas_Leo's user avatar
0 votes
0 answers
20 views

B2C Authorization not working in Azure Functions

Setup: Blazor WASM application with configured authentication for Azure B2C - fully working (login process and getting and sending access token for another resource - Azure Functions app) Azure ...
vpetrovic's user avatar
  • 527
-1 votes
1 answer
80 views

Why is my AD B2C custom policy returning invalid_grant after adding an orchestration step that calls an Azure Function?

I have a SignIn policy and user journey that works with the authorization code flow. However, when I add an orchestration step that accepts a query string value and sends it to an Azure function, the /...
user04398204's user avatar
1 vote
0 answers
103 views

Is it possible to use a token acquired by Azure SWA to authenticate against a separate Azure Function (not the linked API)

I have an Azure static web app where I "bring my own function" as the API and authenticate using Azure AD B2C. Now I'm facing the problem that the maximum request size on SWA is 30 MB, so I ...
noontz's user avatar
  • 1,885
0 votes
0 answers
69 views

Custom error handling with showBlockPage in Function app not displaying correctly

I am facing a problem in Azure B2C where my custom error handling, implemented in an Azure Function app, is not working as expected. This Function app is set up as an API connector, specifically for ...
Seynabou DIOP's user avatar
0 votes
0 answers
65 views

Assign B2C Users to Azure Storage Containers for API System

The API my company is creating is made to interact with an Azure Storage account. The user logs in using a SPA hosted by the Azure Storage account with B2C. The user then interacts with an Azure ...
stripedsweater42's user avatar
0 votes
1 answer
154 views

How to inform about new Azure AD B2C user registration or sign in to an App registered using an azure function HTTP trigger?

The system should implement a producer that sends messages to a broker when a new customer signs up or logs in. The message should contain relevant information about the customer's journey (e.g., ...
Laura Díaz's user avatar
0 votes
1 answer
643 views

Accessing authenticated user Azure Functions locally

I am building a SPA with Azure Functions in Typescript. I have authentication setup through my B2C. I have two app registrations - one for the SPA and another for the Azure Functions. I configured my ...
tdurnford's user avatar
  • 3,692
0 votes
1 answer
83 views

Azure Function multiple JWT issuers

I have an Azure Function v4 which is using JwtBinding attribute [JwtBinding("%JwtBinding:Issuer%", "%JwtBinding:Audience%")] AuthorizedModel auth from HexMaster.Functions....
Sergiu Molnar's user avatar
0 votes
1 answer
264 views

Is enriching an Azure AD B2C Token with extra claims using an Azure Function app possible?

I am attempting to set up an Azure B2C instance, I want to enrich the token with extra claims using an API Connector. Can I use an Azure Function app function as the API? I can't see anyway to do this ...
John McArthur's user avatar
2 votes
0 answers
262 views

Using both b2clogin.com and custom domain with App service authentication

We have an Azure function secured using App Service authentication (Easyauth) for local user accounts in a B2C tenant using custom policies. The function is called directly from a mobile app (XF) and ...
Phil Hopkins's user avatar
0 votes
1 answer
221 views

how to authenticate azure ad oauth2.0 web api in b2c clients

I have created a azure function app as httprequest (web api https://ph-bde-uat-ptsocfunapp.azurewebsites.net/api/Quote ) and deployed in azure. Now I added oauth2.0 azure ad authentication and I am ...
user2516240's user avatar
0 votes
1 answer
925 views

How to update users custom attribute from my azure ad b2c using python

I need to update the user custom attribute by using python or fastapi,will anyone help me with the code or any suggestions
jameel ahmed's user avatar
1 vote
1 answer
2k views

ARM template for Azure Function with V2 Authentication

I have been using an ARM template to deploy an Azure Function with Azure Ad b2c authentication using V1 authentication. "resources": [{ "name": "[concat(parameters(...
JayChase's user avatar
  • 11.4k

15 30 50 per page
1
2 3 4 5 6