Application not listing in the MyApps Active Directory

Drishya 1 Reputation point
2020-04-07T12:37:01.137+00:00

I integrated the MSAL SDK into my native iOS application. Based on the integration I have basically 2 doubts as listed below:

1) Will my application always pops to the broker app, Authenticator for sign-in. Actually I created 2 application with the same Client/Application ID. I signed with the First app and while I access the second application, should it use the sign-in credentials already logged in without again redirecting to the Authenticator?

2) I am not able to sign in to the MyApps Active Directory App and also will my apps list, once I get into the MyApps application. And will I be able to redirect to my application once I tap on the icon of my native application from MyApps?

I am looking for Idp - initiated login. Let me know whether my understanding is correct pr not or am I missing anything?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,465 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. jLight 201 Reputation points
    2020-04-07T15:27:07.693+00:00

    Make sure you are an assigned user to the app (you can check the settings here as well under Members):

    1. Sign in to the Azure portal as the global administrator for your directory.
    2. Select Azure Active Directory.
    3. Select Enterprise applications.
    4. The Enterprise applications - All applications blade opens. Under Application Type, select Enterprise Applications, if it isn't already selected. Search for the application you want to hide, and click the application.
    5. The application's overview opens. Click Properties.
    6. For the Visible to users? question, click Yes. Click Save.
    0 comments No comments

  2. Drishya 1 Reputation point
    2020-04-08T11:51:13.49+00:00

    Thank you for your reply.

    So only Enterprise applications will be listed in the MyApps iOS application? I created an application in the App registration in the Azure portal as per the below document:

    https://learn.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-ios

    I will check the same.

    Also, I want to know how can I share the SSO between the 2 MSAL iOS SDK applications. I mean enabling persistent cookie something. Once I login to one application and then opened the other application, I should not again enter the credentials.

    0 comments No comments