Last active
January 29, 2018 10:47
-
-
Save sw-samuraj/8229f5e778228f56b2d12b973573a204 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Bean | |
public static SAMLBootstrap samlBootstrap() { | |
// return new SAMLBootstrap(); | |
return new SamlBootstrapSha256(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment