Jump to content

Signing in to Azure AD with HTTP


3a35d4

This topic is 1551 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

I have a FileMaker application embedded in my website in an iframe on a page locked behind Azure Active Directory auth. Currently, I have to click the 'Login with Microsoft' button twice in order to access my Filemaker database. First, from my container page, and then again from the filemaker file. Is it possible to login using external auth (Azure AD) with a POST request, to reduce the number of steps required? Or pass my Azure tokens somehow?

 

Link to comment
Share on other sites

I'm assuming that you are using WebDirect in that iFrame?

The short answer is: no.  You cannot initiate a FM login programmatically, the user has to click the button.  The reason is that this call starts the OAuth dance with a 'state' that is generated by that button-click and FMS checks that state when getting the authentication response and before calling the toke endpoint.

Link to comment
Share on other sites

This topic is 1551 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.