WORKERS AHEAD!
You are viewing the development documentation for the Apereo CAS server. The functionality presented here is not officially released yet. This is a work in progress and will be continually updated as development moves forward. You are most encouraged to test the changes presented.
Clients - WS Federation Protocol
Clients and relying parties can be registered with CAS as such:
1
2
3
4
5
6
{
"@class" : "org.apereo.cas.ws.idp.services.WSFederationRegisteredService",
"serviceId" : "https://wsfed.example.org/.+",
"name" : "Sample WsFed Application",
"id" : 100
}
Field | Description |
---|---|
serviceId |
Callback/Consumer url where tokens may be POST ed, typically matching the wreply parameter. |
realm |
The realm identifier of the application, identified via the wtrealm parameter. This needs to match the realm defined for the identity provider. By default it’s set to the realm defined for the CAS identity provider. |
appliesTo |
Controls to whom security tokens apply. Defaults to the realm . |
Service definitions may be managed by the service management facility.