]
Darran Lofthouse resolved ELY-1307.
-----------------------------------
Resolution: Done
For CachedIdentityAuthorizeCallback verify call to authorize
succeeded
----------------------------------------------------------------------
Key: ELY-1307
URL:
https://issues.jboss.org/browse/ELY-1307
Project: WildFly Elytron
Issue Type: Bug
Components: API / SPI
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Critical
Fix For: 1.1.0.CR4
{noformat}
java.lang.IllegalStateException: ELY01003: No authentication is in progress
at
org.wildfly.security.auth.server.ServerAuthenticationContext$State.getAuthorizedIdentity(ServerAuthenticationContext.java:1186)
at
org.wildfly.security.auth.server.ServerAuthenticationContext.getAuthorizedIdentity(ServerAuthenticationContext.java:334)
at
org.wildfly.security.auth.server.ServerAuthenticationContext$1.handleOne(ServerAuthenticationContext.java:1084)
at
org.wildfly.security.auth.server.ServerAuthenticationContext$1.handle(ServerAuthenticationContext.java:839)
at
org.wildfly.security.http.util.SecurityIdentityServerMechanismFactory$SecurityIdentityCallbackHandler.handle(SecurityIdentityServerMechanismFactory.java:113)
at
org.wildfly.security.http.impl.FormAuthenticationMechanism.authorize(FormAuthenticationMechanism.java:231)
at
org.wildfly.security.http.impl.FormAuthenticationMechanism.attemptAuthentication(FormAuthenticationMechanism.java:174)
{noformat}