0
votes

Currently I have one mobile app, it's using Azure AD for authenticating users while opening itself. Now I have developed one WordPress site and it's also using Azure AD for authenticating users. Now I have to join my WordPress site to my mobile app(as one page in that app showing some blogs). My question is while clicking this WordPress app page in mobile app it's should not ask for login again to authenticate. Instead of it, it has to authenticate using same Azure AD authentication which mobile application is using. Is it possible ? if yes, how to do ? any example code

1

1 Answers

0
votes

Assuming both apps are

  • In the same Azure AD
  • Opened in the same browser
  • Users have logged on to either app
  • Consented to the app (either admin or user)

then single sign-on should take care of signing in your users and they shouldn't see any login page.