Re: [web2py] Active directory authentication

2023-02-06 Thread Silvian “Top 10 Answers” Cedru
uot;id_token_claims") > username = user['preferred_username'] > > I don't know how clear this is, hopefully it's at least a little bit > helpful, but I'm a bit fuzzy on the details. > On Monday, February 6, 2023 at 6:05:52 AM UTC+1 david@gmail.com wrote: > >> We

Re: [web2py] Active directory authentication

2023-02-05 Thread urban....@gmail.com
that would be an option. We couldn't find anything > else that worked on Windows. > > Sent from Outlook for Android <https://aka.ms/AAb9ysg> > -- > *From:* web...@googlegroups.com on behalf of > Silvian “Top 10 Answers” Cedru > *Sent:* Mo

Re: [web2py] Active directory authentication

2023-02-05 Thread Davidiam
ps.com on behalf of Silvian “Top 10 Answers” Cedru Sent: Monday, February 6, 2023 4:25:40 AM To: web2py-users Subject: Re: [web2py] Active directory authentication Did you figure it out in the end cause I am facing the same issue right now :) urban@gmail.com schrieb am Donnerstag, 3. März 2022

Re: [web2py] Active directory authentication

2023-02-05 Thread Silvian “Top 10 Answers” Cedru
Did you figure it out in the end cause I am facing the same issue right now :) urban@gmail.com schrieb am Donnerstag, 3. März 2022 um 21:31:25 UTC+7: > "Still trying to wade through the seemingly half outdated guides" > I'm referring to Azure guides not Web2Py. > > On Thursday, March 3,

Re: [web2py] Active directory authentication

2022-03-03 Thread urban....@gmail.com
"Still trying to wade through the seemingly half outdated guides" I'm referring to Azure guides not Web2Py. On Thursday, March 3, 2022 at 2:10:33 PM UTC+1 urban@gmail.com wrote: > No it's not on-premise. They said so explicitly. Apologise for the low > info questions. Still trying to wade

Re: [web2py] Active directory authentication

2022-03-03 Thread urban....@gmail.com
No it's not on-premise. They said so explicitly. Apologise for the low info questions. Still trying to wade through the seemingly half outdated guides. Finally got the Flask demo that MS provides to work so that I know the Azure side of things is working at least. Now have to figure out how to

Re: [web2py] Active directory authentication

2022-03-02 Thread Nico Zanferrari
Hi, do you really use Azure AD? Otherwise, for normal on-premise AD, see the documentation on http://web2py.com/books/default/chapter/29/09/access-control#LDAP and https://github.com/web2py/web2py/blob/master/gluon/contrib/login_methods/ldap_auth.py Nico Il giorno mer 2 mar 2022 alle ore 16:48

[web2py] Active directory authentication

2022-03-02 Thread urban....@gmail.com
We're looking into adding AD authentication to our app. We have an active directory account and an app registered on it. In the documentation I found this example of enabling AD auth: from gluon.contrib.login_methods.ldap_auth import ldap_auth auth.settings.login_methods.append( ldap_auth(

[web2py] Active Directory Authentication and Apache

2011-11-09 Thread Akabander
First of all, I'm really sorry to be posting this question to web2py- users. I know it's really an Apache configuration question, but I'm hoping someone here might be able to help. I have LDAP authentication against our Active Directory server working in my web2py apps. The configuration was

[web2py] Active Directory authentication in web2py

2011-04-13 Thread gliporace
Hi everyone, recently I discovered web2py and tried to convert a little script I wrote that is used by some colleagues here at work as a web application. All went smoothly and the apps is ready to use with the simple default authentication method. I tried to experiment with the ldap authentication