-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autenticate with AD previsously created user #30
Comments
I forgot to mention that all users are from the same AD domain and there is no portal registration, so only users that are in specific users roles can update the portal, all others will should be treated like unauthenticated users. |
I still can't authenticate with AAD a user that was created directly in DNN. The username is the email, so if someone has the same username and the authentication from AAD is correct it should be autehenticated in DNN. |
Hi @JRPonte, normally the are not created directly in DNN, allowing the provider to populate them, bu I can imagine your scenario (you had already the users and you installed later the Azure AD module, and want to map existing users). To do that:
Hope this helps! |
Hello,
I was looking for a way to authenticate users in DNN 9.1.1 using Azure AD and found your project.
I have a multi-portal installation using DNN 9.1.1 and I have already created about 80 users. After installing azureadprovider version 3.00.00 and configuring everything I got this error:
A user is already using this email address. Please register under a different email address or obtain a password reminder using your existing email address.
How can I update all users so that next time they authenticate they can use Login with AD and not username and password?
Thank you
The text was updated successfully, but these errors were encountered: