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
How can I access the Umbraco Member object in a strongly typed way in GenerateUserIdentityAsync? And how can I use the strongly typed Member model to post changes?
I figured out how to access the properties of my Members type through the 'UmbracoApplicatonMember.MemberProperties` property.
However, I have failed so far in finding a way to cast this to the Member model. Can this be done? Can I access the Umbraco MembershipHelper, or is there another way?
And if this is possible, can I then cast the Members object back to 'UmbracoApplicatonMember` to persist changes?
I am grateful for some guidance on this.
The text was updated successfully, but these errors were encountered:
How can I access the Umbraco Member object in a strongly typed way in
GenerateUserIdentityAsync
? And how can I use the strongly typed Member model to post changes?I figured out how to access the properties of my Members type through the 'UmbracoApplicatonMember.MemberProperties` property.
However, I have failed so far in finding a way to cast this to the Member model. Can this be done? Can I access the Umbraco MembershipHelper, or is there another way?
And if this is possible, can I then cast the Members object back to 'UmbracoApplicatonMember` to persist changes?
I am grateful for some guidance on this.
The text was updated successfully, but these errors were encountered: