[web2py] Re: converting from LDAP to SAML2 authentication

2024-12-05 Thread Frederick Yankowski
Thank you, Simon. I had started down a similar path and got stuck. I will use your code code as a basis to continue that work. On Thursday, December 5, 2024 at 8:57:26 AM UTC-6 simon...@gmail.com wrote: > Hello Fred, > > I had a legacy web2py app until recently that worked with SAML2 > authenti

[web2py] Re: converting from LDAP to SAML2 authentication

2024-12-05 Thread simon...@gmail.com
Hello Fred, I had a legacy web2py app until recently that worked with SAML2 authentication and Azure AD as Identity Provider. In my particular case, all users already existed in my app, only authentication was handled via SAML2. The following example code was working in my app. I also recommend