Can someone provide the high-level steps for configuring and using the Azure AD Mobile plugin?
If I remember correctly you need to do the following;
- Install IDP and IDP Mobile
- Define a new (enterprise?) application in Azure AD (Export the XML and certificate)
- Configure IDP to use the app in Azure AD
- Add the needed steps in the applications to allow saml authentication
Read the installation instructions at <your domain>/IdP/Instructions.aspx
PINAL PATEL wrote:
Hi Pinal Patel,
First, you need create a new aplication in your Azure Portal. Find "App Registration" in your portal.
Example:
In Required Permissions, add permission - Microsoft Graph > Access directory as the signed in user
And now, save your ClientId for configure your app.
In your outsystems app, create a button to open the microsoft login page:
Thanks !