_save_cache(cache)
> session["user"] = result.get("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.
&
e:
> We do AD authentication with Shibboleth as our service provider on IIS
> 10. I don't know if that would be an option. We couldn't find anything
> else that worked on Windows.
>
> Sent from Outlook for Android <https://aka.ms/AAb9ysg>
> -
legroups.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.
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, 202
"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 th
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
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
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(
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 very
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
10 matches
Mail list logo