Josh Gust
Josh Gust

Reputation: 4445

Why do I not see the "users and groups" option when managing an azure ad enterprise app

I've created a new subscription using the Office 365 Developer Program and started to configure my test webapp registration.

As I'm working on some tutorials with Microsoft Identity Platform, I want to have a few users and a group to fool around with so I can have a clear understanding and presentation of the concept.

After creating 2 users other than myself and a group to hold everyone, I am trying to add the users to the app I've registered. As mentioned in the Prerequisites I have changed the User assignment required option to Yes.

However, after waiting a significant amount of time and even signing in using a private window I still don't see the option under my Manage category in the left panel.

What I expect to see (from a free tier directory)

enter image description here

What I actually see (using the dev program directory)

enter image description here

As you can see I'm also missing several other options in this dev program app. What do I need to change to make it show these options?

Upvotes: 1

Views: 2137

Answers (2)

LMG
LMG

Reputation: 1370

This happens when your Application Registration (which is bound to your Enterprise App) has the following setting to Yes. Simply change the switch to No.

enter image description here

Upvotes: 1

Allen Wu
Allen Wu

Reputation: 16458

I guess your enterprise app is from a public client/ native app right?

Assign users and groups to a native app is meaningless. Because native app doesn't act as a service principal to ask for a token. It doesn't have a client secret. You won't get the app role from a token asked by a native app.

So the “users and groups” option is unavailable in this case.

Upvotes: 3

Related Questions