...
Approving access for a limited set of users
Using Entra ID configurations
Please go to https://entra.microsoft.com/ → Applications → Enterprise applications and search for our apps.
There are basically three steps to allow the app only for certain users:
Make assignment of the app required. This way only assigned users will be able to login in the first place.
Assign the relevant users to the app
Grant admin consent for the app for the organization
→ Only the assigned users can login and don’t need to ask for approval:
Iframe | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Using Powershell
In case you only want to approve the access for a limited set of users, e.g. you already have a dedicated AzureAD group for Jira users, you’ll need to do this via a Powershell script. The easiest way is to create a new .ps1 file on your computer and paste the following code. Make sure to adjust the client ids and scopes according to the table above.
...