My code is the same like in the tutorial.
It works perfectly, but I would like to modify the code a little.
I would like to support ADFS authentication, but only if the user account is already created by the admin in Umbraco.
At the moment, when I create user as a admin, and then I'm trying to login by the ADFS, I get an error "A user with this email address already exists. locally. You will need to login locally to Umbraco and link this external provider", but I would like to link this automatically without login locally.
I was looking for a lot of time, how can I do it, but I could not find anything on forum and google on this topic.
Authenticating with ADFS
Hi everybody,
I’m new to Umbraco. I'm sorry if I chose the wrong category
I did ADFS authentication in my app by using a tutorial below:
https://24days.in/umbraco-cms/2016/authenticating-with-ad-fs-and-identityextensions/
My code is the same like in the tutorial. It works perfectly, but I would like to modify the code a little.
I would like to support ADFS authentication, but only if the user account is already created by the admin in Umbraco.
At the moment, when I create user as a admin, and then I'm trying to login by the ADFS, I get an error "A user with this email address already exists. locally. You will need to login locally to Umbraco and link this external provider", but I would like to link this automatically without login locally.
I was looking for a lot of time, how can I do it, but I could not find anything on forum and google on this topic.
I will be grateful for your help.
is working on a reply...