Home > Software engineering >  iOS authentication with Azure AD
iOS authentication with Azure AD

Time:04-14

We have an iOS app that connect to Azure AD for authentication. We use MSAL library in iOS app to call the azure AD. We are facing some issue when trying to authenticate. The error says that we need to configure the app registration to support multi tenant application. The error is confusing because we only have one tenant in our Azure AD.

enter image description here

If we add the tenant it will ask for Approval. Why it's asking for approval? how can we remove that approval?

enter image description here

To know more in detail, please find below links if they are helpful.

References:

Azure SSO- How to remove approval required screen after sign in - Stack Overflow

How to fix the ‘Need admin approval’ error while trying to sign in to the signature management app (codetwo.com)

Exchange Online: Apple Internet Accounts - Need admin approval | diecknet

  • Related