microsoft entra - creating an open client (without password)

We can use Entra to create a open client where is often use for mobile app that are distributed over to others. To do that goto App Registration -> Create a new App Registration 

Please note that we have set valid redirect url to 'https://localhost'. We do not need a local web server to be running for our test. 


Next, we will add relevant scope. 

Let's test out our client here using Postman. Please provide the require configuration as shown here: 

Auth URL :- https://login.microsoftonline.com/tenant-id/oauth2/v2.0/authorize

Access Token Url :- https://login.microsoftonline.com/tenant-id/oauth2/token

Client ID: (should replace with your client id)

Client Authentication: Send Client Credential in Body)



And if you hit "Get new access token" - you should get a new token




 

Comments

Popular posts from this blog

vllm : Failed to infer device type

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

android studio kotlin source is null error