[web2py] Re: Authomatic Single sign-on with MS Active Directory

2016-12-14 Thread Niphlod
I took a stab at it but it's incredibly resource-intensive. 
In fact, I just coded a very complicated routine for single sign-on 
(kerberos) in an app that does only user authentication and is used as a 
cas backend by other apps. Restricting the usage to just logging in a few 
times a day is good: trying to put that to authenticate api calls (i.e. 
several times a second) is a no-go.

On Wednesday, December 14, 2016 at 3:06:21 PM UTC+1, Willoughby wrote:
>
> Take a look at the win32security module that's part of pywin32:
> http://timgolden.me.uk/pywin32-docs/win32security.html
>
>
>
> On Wednesday, December 14, 2016 at 8:47:54 AM UTC-5, piero crisci wrote:
>>
>> Hello i am using  correctly the Ldap authentication .
>> But i was wondering if there was a chance to make authomatic sign on 
>> without insert the username and password again.
>> The users infact are on pc on the same domain of the application.
>> Anyone has a hint to help me with this?
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: Authomatic Single sign-on with MS Active Directory

2016-12-14 Thread Willoughby
Take a look at the win32security module that's part of pywin32:
http://timgolden.me.uk/pywin32-docs/win32security.html



On Wednesday, December 14, 2016 at 8:47:54 AM UTC-5, piero crisci wrote:
>
> Hello i am using  correctly the Ldap authentication .
> But i was wondering if there was a chance to make authomatic sign on 
> without insert the username and password again.
> The users infact are on pc on the same domain of the application.
> Anyone has a hint to help me with this?
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.