how to fix app registration access from myapp and restrict from other users

Agung 0 Reputation points
2024-05-07T03:28:18.78+00:00

Hi team,

I have problem when create external identity & azure ad b2c, to create access management login, i have create azure ad b2c, app registration & add app launcher at enterprice application.

Users can access apps from myapp when administrator invite external user, and user get invitation code via email.

But other user still can access the application when copy the url link and paste it to browser.

How to restrict url link from other users without invitation.

Thanks,

Agung.

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,775 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Shweta Mathur 29,756 Reputation points Microsoft Employee
    2024-05-07T07:14:28.6766667+00:00

    Hi @Agung ,

    Thanks for reaching out.

    To restrict users/groups to access your application, then you can use "Assignment required" setting which allow you to further lock down access to the application and let only specified users and applications obtain access tokens.

    User's image

    If this option is set to Yes, then users and other applications or services must first be assigned this application before being able to access it.User's image

    Any un-assigned users try to access the application will get below error:

    User's image

    Hope this will help.

    Thanks,

    Shweta

    Please remember to "Accept Answer" if answer helped you.

    0 comments No comments

  2. Agung 0 Reputation points
    2024-05-08T04:05:19.7033333+00:00

    hi shweta,

    do i need create vnet for my own app ?

    thank you.