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)
Comments