If OpenAM login URL is formatted:
http://host3.example.com:8081/openam/XUI/?realm=testRealm#login/
Which conforms to RFC3986 specs, ie)
URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
example: foo://example.com:8042/over/there?name=ferret#nose
The realm is ignored and top level realm is used for auth.
The standard works fine.
http://host3.example.com:8081/openam/XUI/#login/realm=testRealm
- is required by
-
OPENAM-2780 XUI should handle the realm parameter like the classical UI does
-
- Closed
-
- relates to
-
OPENAM-5774 XUI doesn't specify realm when using authlevel
-
- Closed
-
-
OPENAM-5476 Document Realm Behaviour/Handling in the XUI
-
- Resolved
-