Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Has anyone got SSO working properly with FileMakers API for PHP. If you have, can you give me some pointers please.

Many Thanks

Posted

Hi Guys, Yes its single sign on. All of our webapps and software including FM Pro 9 utilise this technology so our users only enter their password in once, i.e. when they log into windows to access the apps (they are allowed to) on the network. All their passwords are stored in acive directory.

I'd love to be able to use this technology with FileMakers API for PHP securely.

Posted

We use PHP's LDAP functions to authenticate against AD, but users still have to enter their credentials when they first access the web page. After that there are plenty of ways you can store the data for access down the road. The $_SESSION variable or in an encrypted cookie on their local box are the first two that come to mind. If you use the latter you can use it until they clear the cookie.

But you really don't want a web page to have the ability to grab your local login credentials.

This topic is 5818 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.