Security Extensibility Samples
The samples in this section demonstrate some Windows Communication Foundation (WCF) security extensibility scenarios.
In This Section
- Authorization Policy
Demonstrates how to implement a custom claim authorization policy and an associated custom service authorization manager.
- Custom Token
Demonstrates how to create a custom protocol (UDP in this sample) to be activated by Windows Process Activation Service (WAS).
- Token Authenticator
Demonstrates how to implement a custom token authenticator.
- Token Provider
Demonstrates how to implement a custom token provider.
- SAML Token Provider
Demonstrates how to implement a custom client SAML token provider.
- Supporting Tokens
Demonstrates how to add additional tokens to a message that uses WS-Security.
- X.509 Certificate Validator
Demonstrates how to implement a custom X.509 Certificate Validator.
- UserNamePassword Validator
Demonstrates how to implement a custom UserNamePassword Validator.
- Durable Issued Token Provider
Demonstrates how to implement a custom client issued token provider.
- Client Validation
Demonstrates how to write a client endpoint behavior that validates the service endpoint to ensure that service endpoint is safe to use.
See Also
Other Resources
Setup Instructions
Troubleshooting Tips
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.