Merge pull request #67 from jenmalloy/RHSSO-883

fixed RHSSO-883
This commit is contained in:
Jen Malloy 2017-03-23 13:35:48 -04:00 committed by GitHub
commit 5e9a71be16

View file

@ -22,7 +22,7 @@ This class can tell you exactly what happened.
If this attribute is not set, then the adapter was not responsible for the error code.
[source,xml]
[source,javascript]
----
public class SamlAuthenticationError implements AuthenticationError {
public static enum Reason {
@ -39,3 +39,4 @@ public class SamlAuthenticationError implements AuthenticationError {
}
}
----