TABLE OF CONTENTS
Step 1: Register a new App under App Registrations
- Step 2: Use the provided Redirect URI
- Step 3: Activate ID Tokens for the new App
- Step 4: Add optional claims for the App
- Step 5: Grant admin consent for app (optional)Note: This is to circumvent the need for each user to give consent the first time they log in.
- Step 6: Send details to Position Green
Step 1: Register a new App under App Registrations
Note: Don't use Enterprise applications as that won't work.
Step 2: Use the provided Redirect URI
Step 3: Activate ID Tokens for the new App

Step 4: Add optional claims for the App
⚠️ Important: When asked if you want to add API Permissions automatically - click yes otherwise you need to add them manually as shown in the next image.
Step 5: Grant admin consent for app (optional)
Note: This is to circumvent the need for each user to give consent the first time they log in.
Step 6: Send details to Position Green
- Application (client) ID
- Client Secret value
- OpenID Connect metadata document
Application (client) ID and OpenID Connect Metadata document is available under overview -> endpoints
How to get the Client Secret
- In the left menu choose Certificates & secrets.
- Under Client secrets click + New client secret, add a description and expiry, then Add.
- Copy the Value now (it’s shown only once). Save it securely — that is the client secret.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article