Good morning. Perhaps we can help each other. Based on the documentation (https://our.umbraco.com/Documentation/Reference/Security/auto-linking/index-v8_9). I think you just need to set the defaultUserGroups to AdminGroupAlias
However, I cannot test this working at the moment because my problem is it's not creating a new Umbraco User for me at all. How did you manage to get this working? Does enabling auto-linking automatically creates Umbraco Users?
Thank you. How did you manage to make it work? I have an email address coming from a claim but I'm not sure how to tell the Auto-link function that this is the email address that needs to be auto-created.
Dale, I too am struggling with Autolinking in V9 using Auth0. I have all the authentication coming back fine, but it fails to create users.
Did you specify anything in the OnAutoLinking or OnExternalLogin callbacks? The documentation on this is not helpful in anyway. I can't find out what's going on behind the scenes during the whole autolinking process.
Creating BackOffice user using Autolink option
Hi,
I have code which creates BackOffice user by using OnAutoLinking option
However, the user is always created with Editor permissions.
So, how to create user and add him to Administrator Group directly ?
Did you ever get this sorted?
Hello AnandBhopale,
Good morning. Perhaps we can help each other. Based on the documentation (https://our.umbraco.com/Documentation/Reference/Security/auto-linking/index-v8_9). I think you just need to set the defaultUserGroups to AdminGroupAlias
However, I cannot test this working at the moment because my problem is it's not creating a new Umbraco User for me at all. How did you manage to get this working? Does enabling auto-linking automatically creates Umbraco Users?
Thanks.
Hi,
Enabling auto link will create umbraco users - i currently have this working on v9.0.
Cheers Dale
Hello Dale,
Thank you. How did you manage to make it work? I have an email address coming from a claim but I'm not sure how to tell the Auto-link function that this is the email address that needs to be auto-created.
I wonder if you can share some sample codes.
Regards.
Dale, I too am struggling with Autolinking in V9 using Auth0. I have all the authentication coming back fine, but it fails to create users.
Did you specify anything in the OnAutoLinking or OnExternalLogin callbacks? The documentation on this is not helpful in anyway. I can't find out what's going on behind the scenes during the whole autolinking process.
Any help appreciated!
Jamie
is working on a reply...