Value cannot be null. (Parameter 'culture') on MS AAD External Auth Auto Linking
I'm trying to implement Microsoft Active Directory External Auth for my Backoffice user in Umbraco version 10.2.0 following the documentations (https://our.umbraco.com/documentation/Reference/Security/Authenticate-with-Active-Directory/ and https://our.umbraco.com/documentation/Reference/Security/Auto-linking/) the implementation works when the user already exists and I did manual linking, however when when user doesn't exist the site becomes blank after login
and the following error on console occurs:
On browser console there are these following errors:
I found the issue. it was on the OpenIdCoonectBackOfficeExternalLoginProviderOptions I have a schema name "OpenIdConnect" and on MicrosoftIdentityExtensions the schema as "Microsoft" the code logic on line 45 of OpenIdCoonectBackOfficeExternalLoginProviderOptions.cs returns and never configure the options from line 59.
Value cannot be null. (Parameter 'culture') on MS AAD External Auth Auto Linking
I'm trying to implement Microsoft Active Directory External Auth for my Backoffice user in Umbraco version 10.2.0 following the documentations (https://our.umbraco.com/documentation/Reference/Security/Authenticate-with-Active-Directory/ and https://our.umbraco.com/documentation/Reference/Security/Auto-linking/) the implementation works when the user already exists and I did manual linking, however when when user doesn't exist the site becomes blank after login
and the following error on console occurs:
On browser console there are these following errors:
My implementation is as follows:
I need assistance on this, I looked around and I couldn't find any solution. I would really appreciate your help.
I found the issue. it was on the OpenIdCoonectBackOfficeExternalLoginProviderOptions I have a schema name "OpenIdConnect" and on MicrosoftIdentityExtensions the schema as "Microsoft" the code logic on line 45 of OpenIdCoonectBackOfficeExternalLoginProviderOptions.cs returns and never configure the options from line 59.
is working on a reply...