You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to LDAP. I've written a FLASK app that I'm trying to roll out at work. One of the requirements that the IT dept has stipulated is that I authenticate users via AD integration. I'm trying out flask-ldap3-login currently.
Do you have any advice on how I might authenticate against multiple AD's? We have people from different companies who may need to access the FLASK application. This wasn't an issue when working with a user table managed in the app itself.
By the way, I realise that this may not be the appropriate forum for this question but there seems to be some experts here who may be able to help!
The text was updated successfully, but these errors were encountered:
Hi Jimmy,
I would be happy with either, prefer the latter. I could add some logic to
try the correct one based on the domain the user enters.
With the AD details being in the config of the flask app I wasn't sure how
to achieve this because I only seem to be able to have one AD.
Si
On Mon, 17 Feb 2020 at 16:49, Jimmy Hedman ***@***.***> wrote:
Is it enough to have a drop down list to select appropriate AD? Or would
you like it to automatic try each AD in turn?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#82?email_source=notifications&email_token=AHBTNMYC3YZHMOOMBXHDX73RDK5Y3A5CNFSM4KS7IVVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL7CGAQ#issuecomment-587080450>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHBTNM54G354RR3OJ7FMHODRDK5Y3ANCNFSM4KS7IVVA>
.
I'm new to LDAP. I've written a FLASK app that I'm trying to roll out at work. One of the requirements that the IT dept has stipulated is that I authenticate users via AD integration. I'm trying out flask-ldap3-login currently.
Do you have any advice on how I might authenticate against multiple AD's? We have people from different companies who may need to access the FLASK application. This wasn't an issue when working with a user table managed in the app itself.
By the way, I realise that this may not be the appropriate forum for this question but there seems to be some experts here who may be able to help!
The text was updated successfully, but these errors were encountered: