You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Login on Jira/Confluence:
Hi Benjamin,
Please let me know if you are following this guide: Configuring Azure Active Directory
It looks like there are some steps on the Azure side:
Create a web application to allow Crowd to communicate with Azure AD.
Log in to your Azure Portal, and go to Azure Active Directory.
Go to App registrations
Create a new application registration with the following details:Application type: Web app / APISign-on URL: Crowd's base URL
Configure permissions for the web application to allow Crowd to read data from Azure AD.
- Click your web application.
- In the
API ACCESS
section, click Required permissions.- Click Add > Select an API, and select Microsoft Graph. Then, add the following permission from:
- Read directory data
Make sure you add the permission from the application permissions list (not delegated permissions).- Click Save and close the Enable Access blade.
- Click Grant Permissions and confirm.
Create a key for the web application. Crowd will use this key to authenticate to Azure AD.
- Click your web application.
- In the
API ACCESS
section, click Keys.- Choose a name and an expiry date for your key, then save it. Keep in mind that when the key expires and you don't replace it, Crowd will not be able to communicate with Azure AD.
- Copy and store the key value. You will not be able to view it after navigating away from the key settings.
Native application
Create a native application that will be used by Crowd to validate user credentials.
- Again, go to App registrations, and create a new application registration with the following details:
- Type: Native
- Redirect URL: Crowd's base URL
Configure permissions for the native application to allow Crowd to validate user credentials.
- Click your native application.
- In the
API ACCESS
section, click Required permissions.- Click Grant Permissions and confirm.
I look forward to hearing if that helps.
Thanks,
Ann
I didi it a second time and now everything works. There must have been something wrong with the permissions on my first attempt. So everything works now as it should.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's great news! Thanks for the follow-up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.