Seeking for a change password functionality when using a STS implementation
WCF and WF
1
Posts
1
Posters
5
Views
1
Watching
-
Hi, I am a bit vague about how to get a right answer. I need to provide password change functionality for a GUI application and not any web application, that authenticates against a STS. I have read that the STS issuer service is only for issuing tokens, but not management of user accounts. So I am seeking another solution to avoid mixing in functionality to the STS. Is there any WS-* standard providing me with that functionality, thus I would implement it in another service? I could implement my own service but this seems to be reinventing the wheel for such a common functionality. Any ideas? Thanks, Lothar