Jan Bernhardt created FEDIZ-98:
----------------------------------
Summary: Dynamic STS Realm Parser
Key: FEDIZ-98
URL: https://issues.apache.org/jira/browse/FEDIZ-98
Project: CXF-Fediz
Issue Type: Improvement
Components: IDP
Affects Versions: 1.1.2
Reporter: Jan Bernhardt
Assignee: Jan Bernhardt
Fix For: 1.2.0, 1.1.3
The current implementation of
{{org.apache.cxf.fediz.service.sts.realms.UriRealmParser}} uses a static enum
to check if the selected realm is known and supported. This static enum
contains REALMA and REALMB.
To make it easier for users to adjust the STS provided with Fediz to their
needs it would be helpful to use the same realm map defined within
{{cxf-transport.xml}} within the realm parser to decide if a realm is
supported. This way it is only necessary to change the realm value within the
xml file instead of providing a different RealmParser implementation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)