Identity implementation #1923
Unanswered
BlagoCuljak
asked this question in
Questions
Replies: 1 comment 1 reply
-
Microsoft has stopped supporting anything except The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
We are using CustomIdentity within our project, and that works flawlessly with WPF models. However, we recently started introducing Blazor UI (server side) reusing our business library. That required some smaller changes in the custom identity implementation, and now - as a consequence - we are having some issues with client sessions. Namely, the authorization rule is properly initialized when the first user logs in, and it assigns CRUD authorization properties on a BusinessEdit object as it should. However, as soon as the next user logs in, the authorization rules seem to be inherited from the previous user/instance (the breakpoint set on rules is not hit at all). I hope it all makes sense to you. Can you please point out to some possible design flaws in our identity implementation?
Beta Was this translation helpful? Give feedback.
All reactions