Single Sign On


Author
Message
Chan
Chan
Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)
Group: Forum Members
Posts: 533, Visits: 2K
Hi,

Does SF support single sign on? If no, any plan to implement this?



Thank you
Trent Taylor
Trent Taylor
StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
You can do this yourself.  There are some other forum topics that we have answered this on before.  Do a search on UserChanged event...here is one of them: http://forum.strataframe.net/FindPost13260.aspx
Chan
Chan
Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)
Group: Forum Members
Posts: 533, Visits: 2K
Hi,

I think my message is not clear enough.

What I am looking for is, once user login to domain (active directory), he/she don't have to login to SF application anymore. Else, login is required.



Any ideas?
Trent Taylor
Trent Taylor
StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)StrataFrame Developer (8.5K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Same answer....really.  You can do this yourself.  Once you login to the OS, and you launch the application, you can use the currently logged in user to log into your application.  You would just pull the user and then line it up within your application.  you can use AD logins, but you are still required to have an SF user to which permissions can be assigned.

In our medical application we will have a feature that uses biometric logins that both logs in the OS as well as the application...so this way they do not have to log in twice.  You can handle OS system login events to trigger when the user changes if your application is running or if you have a service running...there are a lot of ways to go about this.  In our case, if the user changes we re-login the user with the new permissions and credentials...just like a lock session but automated.  So there are a lot of ways to go about this but is not something that we will ever try to "automate" on the framework side as there are just too many different ways to approach this...that is why we expose all of the authentication methods through shared classes and created event hooks, etc.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search