I have a custom password validator, an extension from System.IdentityModel.Selectors.UserNamePasswordValidator. How can I get the username though from within the service?
I have a custom password validator, an extension from System.IdentityModel.Selectors.UserNamePasswordValidator . How can I
Share
If you want just the username:
If you want both the username and password, Rory Primrose explains it in his article WCF Security: Getting the password of the user