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
So far, I've been able to configure the the instance of Umbraco and Skoruba (Identity Server 4) to work together following the steps you laid out.
I've gotten it to where a excising account in Skoruba can sign into the instance of Umbraco and it creates a member account for them in Umbraco.
However, when the user goes to sign in again, it throws an error in UmbracoIdentityAccountController.cs Line: 237 model.AvailableRoles = await _roleManager.GetAll(); -- _roleManager was null.
Not too sure on what is happening at this point. Any tips would be appriciated.
Also, I have a few custom claims that I would like to assign to the user. How would I do this.
In advance, thank you for your help.
SM
The text was updated successfully, but these errors were encountered:
Appreciate all the hard work.
Have a few questions
So far, I've been able to configure the the instance of Umbraco and Skoruba (Identity Server 4) to work together following the steps you laid out.
I've gotten it to where a excising account in Skoruba can sign into the instance of Umbraco and it creates a member account for them in Umbraco.
However, when the user goes to sign in again, it throws an error in UmbracoIdentityAccountController.cs Line: 237 model.AvailableRoles = await _roleManager.GetAll(); -- _roleManager was null.
Not too sure on what is happening at this point. Any tips would be appriciated.
Also, I have a few custom claims that I would like to assign to the user. How would I do this.
In advance, thank you for your help.
SM
The text was updated successfully, but these errors were encountered: