I'm currently using an external login to log into the backoffice and need to store a jwt in the BackOfficeIdentity so that the user can be validated on each request (incase they log out of the login service from a different application). Everytime I try to put things in the User Identity, they are removed to be replaced by the basic contents of the UmbracoBackOfficeIdentity
JWT in BackOfficeIdentity
I'm currently using an external login to log into the backoffice and need to store a jwt in the BackOfficeIdentity so that the user can be validated on each request (incase they log out of the login service from a different application). Everytime I try to put things in the User Identity, they are removed to be replaced by the basic contents of the UmbracoBackOfficeIdentity
is working on a reply...