18,457 questions
0
votes
0
answers
9
views
How to use `@azure/msal-browser` in SAP UI5 application with `ui5-tooling-modules`?
I am trying to integrate Microsoft Entra ID authentication in an SAP UI5 application using the @azure/msal-browser library. However, I am facing an issue where the module cannot be resolved when ...
0
votes
1
answer
36
views
User notifications in Optimizely CMS 12 when using AAD SSO
Does anybody know if it is possible to use the User Notifications framework in Optimizely CMS 12 when also using single sign-on together with Azure AD? I want to implement something similar to what is ...
0
votes
0
answers
20
views
AzureB2C signin-flow doesnt show forgot-password link with custom policies [closed]
I am working on custom policies with AzureB2C, not external entra id, not active directory, the sign-in flow (no sign-up) is all working, including seamless-migration. However, I need to add the ...
0
votes
0
answers
45
views
Unable to get webLink for Microsoft 365 Group messages using Microsoft Graph
If a user is added to a Microsoft 365 group, they receive new mails in their inbox,
but previous mails remain inside the group mailbox (visible in Outlook under Groups).
I want to search a work order ...
0
votes
0
answers
40
views
make Excel “Sign in with Organizational Account” work with Spring Boot API and Azure AD
I’m developing a Spring Boot API that serves data to Excel via the “Export to Excel” feature. I want Excel to authenticate with Azure AD before calling my API.
I’ve implemented a custom ...
0
votes
1
answer
59
views
PnPjs Library: Create Sharepoint site fails with HTTP 400 response
I'm trying to create a SharePoint site using PnPjs library, but it fails with an HTTP 400 error. Any idea what might be causing this?
Reference: Creating a modern team site with PnPjs
Library: @pnp/sp
...
0
votes
1
answer
45
views
Azure SqlMI with Managed Identity - Connection works when running locally but not from Azure VM
I am attempting to connect a .NET Core Winforms application to an Azure Sql Managed Instance using a user-assigned managed identity. The Managed Identity has been created and assigned to the Managed ...
0
votes
0
answers
70
views
How to include email in Microsoft Entra External ID Google Configuration AttributesCollectionSubmit payload
I currently have an azure Entra External ID tenant working with a signupsignin user flow for local account that collects a few user attributes: name, surname, country, displayname. I then use the ...
0
votes
1
answer
68
views
Azure function calling protected API using Azure AD App Registration (Client Credentials Flow not working) [closed]
I have an Azure AD App Registration where I've exposed an API scope called AppUser.
This scope is being used for authentication in my Web API project, and everything works fine when the API is called ...
0
votes
0
answers
36
views
Matrix Synapse Azure / Microsoft SSO: what kind of value is saved / Stored from a Azure user (not object-id)
we want to migrate our LDAP users to SSO from our #synapse #matrix server and we have already many users, which are using Microsoft SSO Login. Matrix Synapse uses Authlib and there is a table (...
1
vote
0
answers
70
views
CSOM code to connect to SharePoint Online via Azure Active Directory app throws 401 error
I am trying to use CSOM to upload files to SharePoint Online. I have created an application in the AzureAD/Entra ID portal and I have the following data.
ClientId or ApplicationId
TenantId
Secret ...
0
votes
0
answers
110
views
MSAL python OBO authorization flow gives error AADSTS90014: The required field 'iss' is missing from the credential
I have a SPA front-end and python function app back-end. I had originally been using managed functions via Azure Static Web Apps, but I was running into a lot of errors and ended up switching to a ...
0
votes
0
answers
23
views
Azure Communication Service: SMTP-gebruiker koppelen aan App Registration lukt niet (Unknown / Not applicable)
Ik probeer via Azure Communication Services (ACS) e-mails te verzenden vanuit een Laravel-applicatie via SMTP, maar ik loop tegen het volgende probleem aan:
Huidige situatie
Resource group bevat:
...
1
vote
1
answer
439
views
n8n Microsoft Graph OAuth2 login still fails after admin consent
I’m trying to connect n8n cloud Microsoft nodes (e.g., Teams, OneDrive, etc.) but I keep getting the error:
Need admin approval
I asked my admin to follow these steps in Microsoft Entra:
Go to ...
0
votes
1
answer
139
views
Get AD security groups in NGINX through OAuth2
I'm currently working on a project with multiple interconnected HTTP APIs and I'm adding authentication. The infrastructure I'm working with has a Azure Active Directory 2025 and an SSO accessed ...