Jalz Posted December 5, 2008 Posted December 5, 2008 Has anyone got SSO working properly with FileMakers API for PHP. If you have, can you give me some pointers please. Many Thanks
Jalz Posted December 10, 2008 Author Posted December 10, 2008 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.
Genx Posted December 10, 2008 Posted December 10, 2008 It would seem that this is less of an API question and more of a PHP, AD question.
Baloo Posted December 11, 2008 Posted December 11, 2008 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.
Recommended Posts
This topic is 6086 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 accountSign in
Already have an account? Sign in here.
Sign In Now