Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Autosaved

...

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:

  1. Make assignment of the app required. This way only assigned users will be able to login in the first place.

  2. Assign the relevant users to the app

  3. Grant admin consent for the app for the organization

→ Only the assigned users can login and don’t need to ask for approval:

Iframe
scrollingno
allowfullscreentrue
srchttps://yasoon.storylane.io/share/mq86xkdgvexg
width100%
namesl-embed
styleposition:absolute;top:0;left:0;border:1px solid rgba(63,95,172,0.35);box-shadow: 0px 0px 18px rgba(26, 19, 72, 0.15);border-radius:10px;box-sizing:border-box;aspect-ratio: 1.72 / 1;
frameborderhide
idsl-embed
classsl-demo
height100%

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.

...