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
I have an implementation based in that example. When invoking the modifiableIdentity.setAttributes(attribs); method, I get the following exception:
ELY01096: No such identity: org.wildfly.security.auth.server.RealmUnavailableException: ELY01096: No such identity
at [email protected]//org.wildfly.security.auth.server.ModifiableRealmIdentity$1.setAttributes(ModifiableRealmIdentity.java:124)
I found that the default "getRealmIdentityForUpdate" implementation returns ModifiableRealmIdentity.NON_EXISTENT. Do you have any implementation example of this method?
Hello!
Can you please add an example implementation of ModifiableRealmIdentity, where the attributes can be updated when necessary?
Thanks
The text was updated successfully, but these errors were encountered: