Microsoft Entra – Client credentials flow – Custom claims
There is already a lot of questions like this but I did not really find an answer.
uid is missing in get user request from entra to scim2.0
I have noticed that sometimes, during user provisioning, the uid is missing from the get request GET /User/Id from entra to scimgateway (based on scim2.0). The issue is not consistent and happening sometimes.
Microsoft Entra Id – Enable Email OTP for all guest users
I am trying to figure out why two users create with the graph API has different login experiences.
Microsoft Entra ID: Delegated Permissions: User Unable to Consent to API Permissions
I’m loosely following this tutorial (but instead of making calls using ‘curl’, it’s being done in React & .net):
https://learn.microsoft.com/en-us/entra/identity-platform/howto-call-a-web-api-with-curl?tabs=dotnet6&pivots=no-api
How to give external customer accounts in a entra external id tenant access to a a web api in my internal tenant?
I have an internal tenant A where I have internal resources (web api, functions, database, admin website etc).
EntraID: echange Authorization Code for Access Token and refresh token
I have a JavaScript web application that logs into Azure, that works fine and I get an Authorizaton Code. Te FE calls after that a Microsoft Web API backend to consume various resources (on prem). How can I get the access token and refresh token?