]
David Lloyd reassigned ELY-967:
-------------------------------
Assignee: David Lloyd
Impossible to authorize as a non-name Principal
-----------------------------------------------
Key: ELY-967
URL:
https://issues.jboss.org/browse/ELY-967
Project: WildFly Elytron
Issue Type: Bug
Components: API / SPI, Authentication Server
Reporter: David Lloyd
Assignee: David Lloyd
Priority: Minor
There are no methods on SecurityIdentity to create a run-as authorized user with a
Principal, only a String name. There is no authorize(Principal) variant on
ServerAuthenticationContext.
These should be added to support realms which do not use plain text names to identify
users.