SAML SP Integrations

CAS provides built-in integration support for a number of SAML2 service providers. Configuring these service providers is about declaring the relevant properties in the CAS configuration as well as the configuration module below. Each integration, when configured appropriately, will register the service provider with the CAS service registry as a SAML SP and will follow a recipe (that is documented by the SP publicly) to configure attribute release policies, name ids and entity IDs. If you need to, you can review the registration record inside the CAS service registry to adjust options.

NOTE: In the event that special attributes and/or name ids are required for the integration, you are required to ensure all such attributes are properly resolved and are available to the CAS principal.

:warning: Remember

SAML2 service provider integrations listed here attempt to automate CAS configuration based on known and documented integration guidelines and recipes provided by the service provider owned by the vendor. These recipes can change and break CAS over time and needless to say, they need to be properly and thoroughly tested as the project itself does not have a subscription to each application to test for correctness. YMMV. If you find an issue with an automated integration strategy here, please speak up.

Support is enabled by including the following module in the WAR Overlay:

1
2
3
4
5
<dependency>
    <groupId>org.apereo.cas</groupId>
    <artifactId>cas-server-support-saml-sp-integrations</artifactId>
    <version>${cas.version}</version>
</dependency>
1
implementation "org.apereo.cas:cas-server-support-saml-sp-integrations:${project.'cas.version'}"
1
2
3
4
5
6
7
8
9
dependencyManagement {
    imports {
        mavenBom "org.apereo.cas:cas-server-support-bom:${project.'cas.version'}"
    }
}

dependencies {
    implementation "org.apereo.cas:cas-server-support-saml-sp-integrations"
}
1
2
3
4
5
6
7
8
9
10
dependencies {
    /*
    The following platform references should be included automatically and are listed here for reference only.
            
    implementation enforcedPlatform("org.apereo.cas:cas-server-support-bom:${project.'cas.version'}")
    implementation platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES)
    */

    implementation "org.apereo.cas:cas-server-support-saml-sp-integrations"
}

The following SAML SP integrations, as samples, are provided by CAS:

:information_source: Configure Once, Run Everywhere

If you have developed a recipe for integrating with a SAML service provider, consider contributing that recipe to the project so its configuration can be automated once and for all to use. Let the change become a feature of the project, rather than something you alone have to maintain.

Configuration

Allow CAS to register and enable a number of built-in SAML service provider integrations.

:warning: Remember

SAML2 service provider integrations listed here attempt to automate CAS configuration based on known and documented integration guidelines and recipes provided by the service provider owned by the vendor. These recipes can change and break CAS over time.

The settings defined for each service provider attempt to automate the creation of SAML service definition and nothing more. If you find the applicable settings lack in certain areas, it is best to fall back onto the native configuration strategy for registering SAML service providers with CAS which would depend on your service registry of choice.

The SAML2 service provider supports the following settings:

Name Description
metadata Location of metadata for the service provider (i.e URL, path, etc)
name The name of the service provider registered in the service registry.
description The description of the service provider registered in the service registry.
name-id-attribute Attribute to use when generating name ids for this service provider.
name-id-format The forced NameID Format identifier (i.e. urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress).
attributes Attributes to release to the service provider, which may virtually be mapped and renamed.
signature-location Signature location to verify metadata.
entity-ids List of entity ids allowed for this service provider.
sign-responses Indicate whether responses should be signed. Default is true.
sign-assertions Indicate whether assertions should be signed. Default is false.

The only required setting that would activate the automatic configuration for a service provider is the presence and definition of metadata. All other settings are optional.

The following settings and properties are available from the CAS configuration catalog:

The configuration settings listed below are tagged as Required in the CAS configuration metadata. This flag indicates that the presence of the setting may be needed to activate or affect the behavior of the CAS feature and generally should be reviewed, possibly owned and adjusted. If the setting is assigned a default value, you do not need to strictly put the setting in your copy of the configuration, but should review it nonetheless to make sure it matches your deployment expectations.

  • cas.saml-sp.academic-health-plans.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AcademicHealthPlans.

    How can I configure this property?

  • cas.saml-sp.adobe-cloud.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AdobeCloud.

    How can I configure this property?

  • cas.saml-sp.amazon.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Amazon.

    How can I configure this property?

  • cas.saml-sp.app-dynamics.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AppDynamics.

    How can I configure this property?

  • cas.saml-sp.arc-g-i-s.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArcGIS.

    How can I configure this property?

  • cas.saml-sp.arms-software.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArmsSoftware.

    How can I configure this property?

  • cas.saml-sp.asana.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Asana.

    How can I configure this property?

  • cas.saml-sp.benefit-focus.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BenefitFocus.

    How can I configure this property?

  • cas.saml-sp.black-baud.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BlackBaud.

    How can I configure this property?

  • cas.saml-sp.box.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Box.

    How can I configure this property?

  • cas.saml-sp.bynder.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Bynder.

    How can I configure this property?

  • cas.saml-sp.cccco.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CaliforniaCommunityColleges.

    How can I configure this property?

  • cas.saml-sp.cher-well.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CherWell.

    How can I configure this property?

  • cas.saml-sp.concur-solutions.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ConcurSolutions.

    How can I configure this property?

  • cas.saml-sp.confluence.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Confluence.

    How can I configure this property?

  • cas.saml-sp.cranium-cafe.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CraniumCafe.

    How can I configure this property?

  • cas.saml-sp.crash-plan.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CrashPlan.

    How can I configure this property?

  • cas.saml-sp.docu-sign.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.DocuSign.

    How can I configure this property?

  • cas.saml-sp.dropbox.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Dropbox.

    How can I configure this property?

  • cas.saml-sp.easy-iep.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EasyIep.

    How can I configure this property?

  • cas.saml-sp.egnyte.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Egnyte.

    How can I configure this property?

  • cas.saml-sp.emma.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Emma.

    How can I configure this property?

  • cas.saml-sp.ever-bridge.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EverBridge.

    How can I configure this property?

  • cas.saml-sp.evernote.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Evernote.

    How can I configure this property?

  • cas.saml-sp.famis.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Famis.

    How can I configure this property?

  • cas.saml-sp.gartner.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gartner.

    How can I configure this property?

  • cas.saml-sp.gitlab.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gitlab.

    How can I configure this property?

  • cas.saml-sp.give-campus.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.GiveCampus.

    How can I configure this property?

  • cas.saml-sp.in-common.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InCommon.

    How can I configure this property?

  • cas.saml-sp.infinite-campus.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InfiniteCampus.

    How can I configure this property?

  • cas.saml-sp.jira.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Jira.

    How can I configure this property?

  • cas.saml-sp.neo-gov.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NeoGov.

    How can I configure this property?

  • cas.saml-sp.net-partner.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NetPartner.

    How can I configure this property?

  • cas.saml-sp.new-relic.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NewRelic.

    How can I configure this property?

  • cas.saml-sp.office365.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Office365.

    How can I configure this property?

  • cas.saml-sp.open-athens.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.OpenAthens.

    How can I configure this property?

  • cas.saml-sp.pager-duty.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PagerDuty.

    How can I configure this property?

  • cas.saml-sp.poll-everywhere.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PollEverywhere.

    How can I configure this property?

  • cas.saml-sp.qualtrics.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Qualtrics.

    How can I configure this property?

  • cas.saml-sp.rocket-chat.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.RocketChat.

    How can I configure this property?

  • cas.saml-sp.sa-manage.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SAManage.

    How can I configure this property?

  • cas.saml-sp.safari-online.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SafariOnline.

    How can I configure this property?

  • cas.saml-sp.salesforce.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Salesforce.

    How can I configure this property?

  • cas.saml-sp.sans-sth.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SecuringTheHuman.

    How can I configure this property?

  • cas.saml-sp.service-now.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ServiceNow.

    How can I configure this property?

  • cas.saml-sp.slack.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Slack.

    How can I configure this property?

  • cas.saml-sp.sserca.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SunshineStateEdResearchAlliance.

    How can I configure this property?

  • cas.saml-sp.symplicity.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Symplicity.

    How can I configure this property?

  • cas.saml-sp.tableau.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Tableau.

    How can I configure this property?

  • cas.saml-sp.top-hat.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.TopHat.

    How can I configure this property?

  • cas.saml-sp.warp-wire.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WarpWire.

    How can I configure this property?

  • cas.saml-sp.web-advisor.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WebAdvisor.

    How can I configure this property?

  • cas.saml-sp.webex.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Webex.

    How can I configure this property?

  • cas.saml-sp.workday.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Workday.

    How can I configure this property?

  • cas.saml-sp.yuja.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Yuja.

    How can I configure this property?

  • cas.saml-sp.zendesk.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zendesk.

    How can I configure this property?

  • cas.saml-sp.zimbra.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zimbra.

    How can I configure this property?

  • cas.saml-sp.zoom.metadata=
  • The location of the metadata for this service provider. Can be a URL or another form of resource.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zoom.

    How can I configure this property?

    The configuration settings listed below are tagged as Optional in the CAS configuration metadata. This flag indicates that the presence of the setting is not immediately necessary in the end-user CAS configuration, because a default value is assigned or the activation of the feature is not conditionally controlled by the setting value. In other words, you should only include this field in your configuration if you need to modify the default value or if you need to turn on the feature controlled by the setting.

  • cas.saml-sp.academic-health-plans.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AcademicHealthPlans.

    How can I configure this property?

  • cas.saml-sp.academic-health-plans.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AcademicHealthPlans.

    How can I configure this property?

  • cas.saml-sp.academic-health-plans.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AcademicHealthPlans.

    How can I configure this property?

  • cas.saml-sp.academic-health-plans.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AcademicHealthPlans.

    How can I configure this property?

  • cas.saml-sp.academic-health-plans.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AcademicHealthPlans.

    How can I configure this property?

  • cas.saml-sp.academic-health-plans.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AcademicHealthPlans.

    How can I configure this property?

  • cas.saml-sp.academic-health-plans.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AcademicHealthPlans.

    How can I configure this property?

  • cas.saml-sp.academic-health-plans.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AcademicHealthPlans.

    How can I configure this property?

  • cas.saml-sp.academic-health-plans.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AcademicHealthPlans.

    How can I configure this property?

  • cas.saml-sp.adobe-cloud.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AdobeCloud.

    How can I configure this property?

  • cas.saml-sp.adobe-cloud.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AdobeCloud.

    How can I configure this property?

  • cas.saml-sp.adobe-cloud.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AdobeCloud.

    How can I configure this property?

  • cas.saml-sp.adobe-cloud.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AdobeCloud.

    How can I configure this property?

  • cas.saml-sp.adobe-cloud.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AdobeCloud.

    How can I configure this property?

  • cas.saml-sp.adobe-cloud.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AdobeCloud.

    How can I configure this property?

  • cas.saml-sp.adobe-cloud.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AdobeCloud.

    How can I configure this property?

  • cas.saml-sp.adobe-cloud.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AdobeCloud.

    How can I configure this property?

  • cas.saml-sp.adobe-cloud.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AdobeCloud.

    How can I configure this property?

  • cas.saml-sp.amazon.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Amazon.

    How can I configure this property?

  • cas.saml-sp.amazon.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Amazon.

    How can I configure this property?

  • cas.saml-sp.amazon.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Amazon.

    How can I configure this property?

  • cas.saml-sp.amazon.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Amazon.

    How can I configure this property?

  • cas.saml-sp.amazon.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Amazon.

    How can I configure this property?

  • cas.saml-sp.amazon.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Amazon.

    How can I configure this property?

  • cas.saml-sp.amazon.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Amazon.

    How can I configure this property?

  • cas.saml-sp.amazon.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Amazon.

    How can I configure this property?

  • cas.saml-sp.amazon.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Amazon.

    How can I configure this property?

  • cas.saml-sp.app-dynamics.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AppDynamics.

    How can I configure this property?

  • cas.saml-sp.app-dynamics.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AppDynamics.

    How can I configure this property?

  • cas.saml-sp.app-dynamics.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AppDynamics.

    How can I configure this property?

  • cas.saml-sp.app-dynamics.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AppDynamics.

    How can I configure this property?

  • cas.saml-sp.app-dynamics.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AppDynamics.

    How can I configure this property?

  • cas.saml-sp.app-dynamics.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AppDynamics.

    How can I configure this property?

  • cas.saml-sp.app-dynamics.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AppDynamics.

    How can I configure this property?

  • cas.saml-sp.app-dynamics.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AppDynamics.

    How can I configure this property?

  • cas.saml-sp.app-dynamics.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.AppDynamics.

    How can I configure this property?

  • cas.saml-sp.arc-g-i-s.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArcGIS.

    How can I configure this property?

  • cas.saml-sp.arc-g-i-s.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArcGIS.

    How can I configure this property?

  • cas.saml-sp.arc-g-i-s.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArcGIS.

    How can I configure this property?

  • cas.saml-sp.arc-g-i-s.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArcGIS.

    How can I configure this property?

  • cas.saml-sp.arc-g-i-s.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArcGIS.

    How can I configure this property?

  • cas.saml-sp.arc-g-i-s.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArcGIS.

    How can I configure this property?

  • cas.saml-sp.arc-g-i-s.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArcGIS.

    How can I configure this property?

  • cas.saml-sp.arc-g-i-s.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArcGIS.

    How can I configure this property?

  • cas.saml-sp.arc-g-i-s.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArcGIS.

    How can I configure this property?

  • cas.saml-sp.arms-software.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArmsSoftware.

    How can I configure this property?

  • cas.saml-sp.arms-software.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArmsSoftware.

    How can I configure this property?

  • cas.saml-sp.arms-software.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArmsSoftware.

    How can I configure this property?

  • cas.saml-sp.arms-software.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArmsSoftware.

    How can I configure this property?

  • cas.saml-sp.arms-software.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArmsSoftware.

    How can I configure this property?

  • cas.saml-sp.arms-software.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArmsSoftware.

    How can I configure this property?

  • cas.saml-sp.arms-software.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArmsSoftware.

    How can I configure this property?

  • cas.saml-sp.arms-software.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArmsSoftware.

    How can I configure this property?

  • cas.saml-sp.arms-software.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ArmsSoftware.

    How can I configure this property?

  • cas.saml-sp.asana.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Asana.

    How can I configure this property?

  • cas.saml-sp.asana.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Asana.

    How can I configure this property?

  • cas.saml-sp.asana.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Asana.

    How can I configure this property?

  • cas.saml-sp.asana.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Asana.

    How can I configure this property?

  • cas.saml-sp.asana.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Asana.

    How can I configure this property?

  • cas.saml-sp.asana.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Asana.

    How can I configure this property?

  • cas.saml-sp.asana.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Asana.

    How can I configure this property?

  • cas.saml-sp.asana.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Asana.

    How can I configure this property?

  • cas.saml-sp.asana.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Asana.

    How can I configure this property?

  • cas.saml-sp.benefit-focus.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BenefitFocus.

    How can I configure this property?

  • cas.saml-sp.benefit-focus.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BenefitFocus.

    How can I configure this property?

  • cas.saml-sp.benefit-focus.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BenefitFocus.

    How can I configure this property?

  • cas.saml-sp.benefit-focus.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BenefitFocus.

    How can I configure this property?

  • cas.saml-sp.benefit-focus.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BenefitFocus.

    How can I configure this property?

  • cas.saml-sp.benefit-focus.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BenefitFocus.

    How can I configure this property?

  • cas.saml-sp.benefit-focus.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BenefitFocus.

    How can I configure this property?

  • cas.saml-sp.benefit-focus.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BenefitFocus.

    How can I configure this property?

  • cas.saml-sp.benefit-focus.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BenefitFocus.

    How can I configure this property?

  • cas.saml-sp.black-baud.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BlackBaud.

    How can I configure this property?

  • cas.saml-sp.black-baud.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BlackBaud.

    How can I configure this property?

  • cas.saml-sp.black-baud.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BlackBaud.

    How can I configure this property?

  • cas.saml-sp.black-baud.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BlackBaud.

    How can I configure this property?

  • cas.saml-sp.black-baud.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BlackBaud.

    How can I configure this property?

  • cas.saml-sp.black-baud.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BlackBaud.

    How can I configure this property?

  • cas.saml-sp.black-baud.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BlackBaud.

    How can I configure this property?

  • cas.saml-sp.black-baud.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BlackBaud.

    How can I configure this property?

  • cas.saml-sp.black-baud.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.BlackBaud.

    How can I configure this property?

  • cas.saml-sp.box.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Box.

    How can I configure this property?

  • cas.saml-sp.box.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Box.

    How can I configure this property?

  • cas.saml-sp.box.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Box.

    How can I configure this property?

  • cas.saml-sp.box.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Box.

    How can I configure this property?

  • cas.saml-sp.box.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Box.

    How can I configure this property?

  • cas.saml-sp.box.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Box.

    How can I configure this property?

  • cas.saml-sp.box.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Box.

    How can I configure this property?

  • cas.saml-sp.box.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Box.

    How can I configure this property?

  • cas.saml-sp.box.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Box.

    How can I configure this property?

  • cas.saml-sp.bynder.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Bynder.

    How can I configure this property?

  • cas.saml-sp.bynder.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Bynder.

    How can I configure this property?

  • cas.saml-sp.bynder.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Bynder.

    How can I configure this property?

  • cas.saml-sp.bynder.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Bynder.

    How can I configure this property?

  • cas.saml-sp.bynder.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Bynder.

    How can I configure this property?

  • cas.saml-sp.bynder.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Bynder.

    How can I configure this property?

  • cas.saml-sp.bynder.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Bynder.

    How can I configure this property?

  • cas.saml-sp.bynder.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Bynder.

    How can I configure this property?

  • cas.saml-sp.bynder.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Bynder.

    How can I configure this property?

  • cas.saml-sp.cccco.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CaliforniaCommunityColleges.

    How can I configure this property?

  • cas.saml-sp.cccco.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CaliforniaCommunityColleges.

    How can I configure this property?

  • cas.saml-sp.cccco.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CaliforniaCommunityColleges.

    How can I configure this property?

  • cas.saml-sp.cccco.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CaliforniaCommunityColleges.

    How can I configure this property?

  • cas.saml-sp.cccco.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CaliforniaCommunityColleges.

    How can I configure this property?

  • cas.saml-sp.cccco.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CaliforniaCommunityColleges.

    How can I configure this property?

  • cas.saml-sp.cccco.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CaliforniaCommunityColleges.

    How can I configure this property?

  • cas.saml-sp.cccco.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CaliforniaCommunityColleges.

    How can I configure this property?

  • cas.saml-sp.cccco.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CaliforniaCommunityColleges.

    How can I configure this property?

  • cas.saml-sp.cher-well.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CherWell.

    How can I configure this property?

  • cas.saml-sp.cher-well.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CherWell.

    How can I configure this property?

  • cas.saml-sp.cher-well.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CherWell.

    How can I configure this property?

  • cas.saml-sp.cher-well.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CherWell.

    How can I configure this property?

  • cas.saml-sp.cher-well.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CherWell.

    How can I configure this property?

  • cas.saml-sp.cher-well.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CherWell.

    How can I configure this property?

  • cas.saml-sp.cher-well.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CherWell.

    How can I configure this property?

  • cas.saml-sp.cher-well.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CherWell.

    How can I configure this property?

  • cas.saml-sp.cher-well.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CherWell.

    How can I configure this property?

  • cas.saml-sp.concur-solutions.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ConcurSolutions.

    How can I configure this property?

  • cas.saml-sp.concur-solutions.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ConcurSolutions.

    How can I configure this property?

  • cas.saml-sp.concur-solutions.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ConcurSolutions.

    How can I configure this property?

  • cas.saml-sp.concur-solutions.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ConcurSolutions.

    How can I configure this property?

  • cas.saml-sp.concur-solutions.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ConcurSolutions.

    How can I configure this property?

  • cas.saml-sp.concur-solutions.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ConcurSolutions.

    How can I configure this property?

  • cas.saml-sp.concur-solutions.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ConcurSolutions.

    How can I configure this property?

  • cas.saml-sp.concur-solutions.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ConcurSolutions.

    How can I configure this property?

  • cas.saml-sp.concur-solutions.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ConcurSolutions.

    How can I configure this property?

  • cas.saml-sp.confluence.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Confluence.

    How can I configure this property?

  • cas.saml-sp.confluence.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Confluence.

    How can I configure this property?

  • cas.saml-sp.confluence.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Confluence.

    How can I configure this property?

  • cas.saml-sp.confluence.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Confluence.

    How can I configure this property?

  • cas.saml-sp.confluence.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Confluence.

    How can I configure this property?

  • cas.saml-sp.confluence.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Confluence.

    How can I configure this property?

  • cas.saml-sp.confluence.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Confluence.

    How can I configure this property?

  • cas.saml-sp.confluence.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Confluence.

    How can I configure this property?

  • cas.saml-sp.confluence.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Confluence.

    How can I configure this property?

  • cas.saml-sp.cranium-cafe.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CraniumCafe.

    How can I configure this property?

  • cas.saml-sp.cranium-cafe.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CraniumCafe.

    How can I configure this property?

  • cas.saml-sp.cranium-cafe.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CraniumCafe.

    How can I configure this property?

  • cas.saml-sp.cranium-cafe.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CraniumCafe.

    How can I configure this property?

  • cas.saml-sp.cranium-cafe.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CraniumCafe.

    How can I configure this property?

  • cas.saml-sp.cranium-cafe.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CraniumCafe.

    How can I configure this property?

  • cas.saml-sp.cranium-cafe.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CraniumCafe.

    How can I configure this property?

  • cas.saml-sp.cranium-cafe.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CraniumCafe.

    How can I configure this property?

  • cas.saml-sp.cranium-cafe.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CraniumCafe.

    How can I configure this property?

  • cas.saml-sp.crash-plan.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CrashPlan.

    How can I configure this property?

  • cas.saml-sp.crash-plan.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CrashPlan.

    How can I configure this property?

  • cas.saml-sp.crash-plan.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CrashPlan.

    How can I configure this property?

  • cas.saml-sp.crash-plan.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CrashPlan.

    How can I configure this property?

  • cas.saml-sp.crash-plan.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CrashPlan.

    How can I configure this property?

  • cas.saml-sp.crash-plan.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CrashPlan.

    How can I configure this property?

  • cas.saml-sp.crash-plan.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CrashPlan.

    How can I configure this property?

  • cas.saml-sp.crash-plan.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CrashPlan.

    How can I configure this property?

  • cas.saml-sp.crash-plan.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.CrashPlan.

    How can I configure this property?

  • cas.saml-sp.docu-sign.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.DocuSign.

    How can I configure this property?

  • cas.saml-sp.docu-sign.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.DocuSign.

    How can I configure this property?

  • cas.saml-sp.docu-sign.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.DocuSign.

    How can I configure this property?

  • cas.saml-sp.docu-sign.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.DocuSign.

    How can I configure this property?

  • cas.saml-sp.docu-sign.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.DocuSign.

    How can I configure this property?

  • cas.saml-sp.docu-sign.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.DocuSign.

    How can I configure this property?

  • cas.saml-sp.docu-sign.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.DocuSign.

    How can I configure this property?

  • cas.saml-sp.docu-sign.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.DocuSign.

    How can I configure this property?

  • cas.saml-sp.docu-sign.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.DocuSign.

    How can I configure this property?

  • cas.saml-sp.dropbox.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Dropbox.

    How can I configure this property?

  • cas.saml-sp.dropbox.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Dropbox.

    How can I configure this property?

  • cas.saml-sp.dropbox.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Dropbox.

    How can I configure this property?

  • cas.saml-sp.dropbox.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Dropbox.

    How can I configure this property?

  • cas.saml-sp.dropbox.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Dropbox.

    How can I configure this property?

  • cas.saml-sp.dropbox.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Dropbox.

    How can I configure this property?

  • cas.saml-sp.dropbox.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Dropbox.

    How can I configure this property?

  • cas.saml-sp.dropbox.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Dropbox.

    How can I configure this property?

  • cas.saml-sp.dropbox.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Dropbox.

    How can I configure this property?

  • cas.saml-sp.easy-iep.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EasyIep.

    How can I configure this property?

  • cas.saml-sp.easy-iep.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EasyIep.

    How can I configure this property?

  • cas.saml-sp.easy-iep.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EasyIep.

    How can I configure this property?

  • cas.saml-sp.easy-iep.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EasyIep.

    How can I configure this property?

  • cas.saml-sp.easy-iep.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EasyIep.

    How can I configure this property?

  • cas.saml-sp.easy-iep.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EasyIep.

    How can I configure this property?

  • cas.saml-sp.easy-iep.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EasyIep.

    How can I configure this property?

  • cas.saml-sp.easy-iep.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EasyIep.

    How can I configure this property?

  • cas.saml-sp.easy-iep.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EasyIep.

    How can I configure this property?

  • cas.saml-sp.egnyte.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Egnyte.

    How can I configure this property?

  • cas.saml-sp.egnyte.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Egnyte.

    How can I configure this property?

  • cas.saml-sp.egnyte.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Egnyte.

    How can I configure this property?

  • cas.saml-sp.egnyte.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Egnyte.

    How can I configure this property?

  • cas.saml-sp.egnyte.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Egnyte.

    How can I configure this property?

  • cas.saml-sp.egnyte.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Egnyte.

    How can I configure this property?

  • cas.saml-sp.egnyte.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Egnyte.

    How can I configure this property?

  • cas.saml-sp.egnyte.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Egnyte.

    How can I configure this property?

  • cas.saml-sp.egnyte.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Egnyte.

    How can I configure this property?

  • cas.saml-sp.emma.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Emma.

    How can I configure this property?

  • cas.saml-sp.emma.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Emma.

    How can I configure this property?

  • cas.saml-sp.emma.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Emma.

    How can I configure this property?

  • cas.saml-sp.emma.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Emma.

    How can I configure this property?

  • cas.saml-sp.emma.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Emma.

    How can I configure this property?

  • cas.saml-sp.emma.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Emma.

    How can I configure this property?

  • cas.saml-sp.emma.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Emma.

    How can I configure this property?

  • cas.saml-sp.emma.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Emma.

    How can I configure this property?

  • cas.saml-sp.emma.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Emma.

    How can I configure this property?

  • cas.saml-sp.ever-bridge.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EverBridge.

    How can I configure this property?

  • cas.saml-sp.ever-bridge.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EverBridge.

    How can I configure this property?

  • cas.saml-sp.ever-bridge.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EverBridge.

    How can I configure this property?

  • cas.saml-sp.ever-bridge.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EverBridge.

    How can I configure this property?

  • cas.saml-sp.ever-bridge.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EverBridge.

    How can I configure this property?

  • cas.saml-sp.ever-bridge.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EverBridge.

    How can I configure this property?

  • cas.saml-sp.ever-bridge.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EverBridge.

    How can I configure this property?

  • cas.saml-sp.ever-bridge.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EverBridge.

    How can I configure this property?

  • cas.saml-sp.ever-bridge.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.EverBridge.

    How can I configure this property?

  • cas.saml-sp.evernote.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Evernote.

    How can I configure this property?

  • cas.saml-sp.evernote.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Evernote.

    How can I configure this property?

  • cas.saml-sp.evernote.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Evernote.

    How can I configure this property?

  • cas.saml-sp.evernote.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Evernote.

    How can I configure this property?

  • cas.saml-sp.evernote.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Evernote.

    How can I configure this property?

  • cas.saml-sp.evernote.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Evernote.

    How can I configure this property?

  • cas.saml-sp.evernote.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Evernote.

    How can I configure this property?

  • cas.saml-sp.evernote.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Evernote.

    How can I configure this property?

  • cas.saml-sp.evernote.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Evernote.

    How can I configure this property?

  • cas.saml-sp.famis.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Famis.

    How can I configure this property?

  • cas.saml-sp.famis.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Famis.

    How can I configure this property?

  • cas.saml-sp.famis.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Famis.

    How can I configure this property?

  • cas.saml-sp.famis.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Famis.

    How can I configure this property?

  • cas.saml-sp.famis.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Famis.

    How can I configure this property?

  • cas.saml-sp.famis.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Famis.

    How can I configure this property?

  • cas.saml-sp.famis.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Famis.

    How can I configure this property?

  • cas.saml-sp.famis.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Famis.

    How can I configure this property?

  • cas.saml-sp.famis.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Famis.

    How can I configure this property?

  • cas.saml-sp.gartner.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gartner.

    How can I configure this property?

  • cas.saml-sp.gartner.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gartner.

    How can I configure this property?

  • cas.saml-sp.gartner.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gartner.

    How can I configure this property?

  • cas.saml-sp.gartner.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gartner.

    How can I configure this property?

  • cas.saml-sp.gartner.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gartner.

    How can I configure this property?

  • cas.saml-sp.gartner.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gartner.

    How can I configure this property?

  • cas.saml-sp.gartner.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gartner.

    How can I configure this property?

  • cas.saml-sp.gartner.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gartner.

    How can I configure this property?

  • cas.saml-sp.gartner.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gartner.

    How can I configure this property?

  • cas.saml-sp.gitlab.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gitlab.

    How can I configure this property?

  • cas.saml-sp.gitlab.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gitlab.

    How can I configure this property?

  • cas.saml-sp.gitlab.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gitlab.

    How can I configure this property?

  • cas.saml-sp.gitlab.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gitlab.

    How can I configure this property?

  • cas.saml-sp.gitlab.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gitlab.

    How can I configure this property?

  • cas.saml-sp.gitlab.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gitlab.

    How can I configure this property?

  • cas.saml-sp.gitlab.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gitlab.

    How can I configure this property?

  • cas.saml-sp.gitlab.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gitlab.

    How can I configure this property?

  • cas.saml-sp.gitlab.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Gitlab.

    How can I configure this property?

  • cas.saml-sp.give-campus.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.GiveCampus.

    How can I configure this property?

  • cas.saml-sp.give-campus.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.GiveCampus.

    How can I configure this property?

  • cas.saml-sp.give-campus.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.GiveCampus.

    How can I configure this property?

  • cas.saml-sp.give-campus.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.GiveCampus.

    How can I configure this property?

  • cas.saml-sp.give-campus.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.GiveCampus.

    How can I configure this property?

  • cas.saml-sp.give-campus.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.GiveCampus.

    How can I configure this property?

  • cas.saml-sp.give-campus.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.GiveCampus.

    How can I configure this property?

  • cas.saml-sp.give-campus.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.GiveCampus.

    How can I configure this property?

  • cas.saml-sp.give-campus.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.GiveCampus.

    How can I configure this property?

  • cas.saml-sp.in-common.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InCommon.

    How can I configure this property?

  • cas.saml-sp.in-common.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InCommon.

    How can I configure this property?

  • cas.saml-sp.in-common.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InCommon.

    How can I configure this property?

  • cas.saml-sp.in-common.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InCommon.

    How can I configure this property?

  • cas.saml-sp.in-common.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InCommon.

    How can I configure this property?

  • cas.saml-sp.in-common.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InCommon.

    How can I configure this property?

  • cas.saml-sp.in-common.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InCommon.

    How can I configure this property?

  • cas.saml-sp.in-common.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InCommon.

    How can I configure this property?

  • cas.saml-sp.in-common.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InCommon.

    How can I configure this property?

  • cas.saml-sp.infinite-campus.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InfiniteCampus.

    How can I configure this property?

  • cas.saml-sp.infinite-campus.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InfiniteCampus.

    How can I configure this property?

  • cas.saml-sp.infinite-campus.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InfiniteCampus.

    How can I configure this property?

  • cas.saml-sp.infinite-campus.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InfiniteCampus.

    How can I configure this property?

  • cas.saml-sp.infinite-campus.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InfiniteCampus.

    How can I configure this property?

  • cas.saml-sp.infinite-campus.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InfiniteCampus.

    How can I configure this property?

  • cas.saml-sp.infinite-campus.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InfiniteCampus.

    How can I configure this property?

  • cas.saml-sp.infinite-campus.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InfiniteCampus.

    How can I configure this property?

  • cas.saml-sp.infinite-campus.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.InfiniteCampus.

    How can I configure this property?

  • cas.saml-sp.jira.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Jira.

    How can I configure this property?

  • cas.saml-sp.jira.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Jira.

    How can I configure this property?

  • cas.saml-sp.jira.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Jira.

    How can I configure this property?

  • cas.saml-sp.jira.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Jira.

    How can I configure this property?

  • cas.saml-sp.jira.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Jira.

    How can I configure this property?

  • cas.saml-sp.jira.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Jira.

    How can I configure this property?

  • cas.saml-sp.jira.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Jira.

    How can I configure this property?

  • cas.saml-sp.jira.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Jira.

    How can I configure this property?

  • cas.saml-sp.jira.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Jira.

    How can I configure this property?

  • cas.saml-sp.neo-gov.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NeoGov.

    How can I configure this property?

  • cas.saml-sp.neo-gov.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NeoGov.

    How can I configure this property?

  • cas.saml-sp.neo-gov.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NeoGov.

    How can I configure this property?

  • cas.saml-sp.neo-gov.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NeoGov.

    How can I configure this property?

  • cas.saml-sp.neo-gov.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NeoGov.

    How can I configure this property?

  • cas.saml-sp.neo-gov.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NeoGov.

    How can I configure this property?

  • cas.saml-sp.neo-gov.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NeoGov.

    How can I configure this property?

  • cas.saml-sp.neo-gov.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NeoGov.

    How can I configure this property?

  • cas.saml-sp.neo-gov.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NeoGov.

    How can I configure this property?

  • cas.saml-sp.net-partner.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NetPartner.

    How can I configure this property?

  • cas.saml-sp.net-partner.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NetPartner.

    How can I configure this property?

  • cas.saml-sp.net-partner.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NetPartner.

    How can I configure this property?

  • cas.saml-sp.net-partner.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NetPartner.

    How can I configure this property?

  • cas.saml-sp.net-partner.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NetPartner.

    How can I configure this property?

  • cas.saml-sp.net-partner.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NetPartner.

    How can I configure this property?

  • cas.saml-sp.net-partner.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NetPartner.

    How can I configure this property?

  • cas.saml-sp.net-partner.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NetPartner.

    How can I configure this property?

  • cas.saml-sp.net-partner.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NetPartner.

    How can I configure this property?

  • cas.saml-sp.new-relic.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NewRelic.

    How can I configure this property?

  • cas.saml-sp.new-relic.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NewRelic.

    How can I configure this property?

  • cas.saml-sp.new-relic.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NewRelic.

    How can I configure this property?

  • cas.saml-sp.new-relic.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NewRelic.

    How can I configure this property?

  • cas.saml-sp.new-relic.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NewRelic.

    How can I configure this property?

  • cas.saml-sp.new-relic.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NewRelic.

    How can I configure this property?

  • cas.saml-sp.new-relic.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NewRelic.

    How can I configure this property?

  • cas.saml-sp.new-relic.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NewRelic.

    How can I configure this property?

  • cas.saml-sp.new-relic.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NewRelic.

    How can I configure this property?

  • cas.saml-sp.office365.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Office365.

    How can I configure this property?

  • cas.saml-sp.office365.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Office365.

    How can I configure this property?

  • cas.saml-sp.office365.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Office365.

    How can I configure this property?

  • cas.saml-sp.office365.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Office365.

    How can I configure this property?

  • cas.saml-sp.office365.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Office365.

    How can I configure this property?

  • cas.saml-sp.office365.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Office365.

    How can I configure this property?

  • cas.saml-sp.office365.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Office365.

    How can I configure this property?

  • cas.saml-sp.office365.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Office365.

    How can I configure this property?

  • cas.saml-sp.office365.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Office365.

    How can I configure this property?

  • cas.saml-sp.open-athens.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.OpenAthens.

    How can I configure this property?

  • cas.saml-sp.open-athens.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.OpenAthens.

    How can I configure this property?

  • cas.saml-sp.open-athens.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.OpenAthens.

    How can I configure this property?

  • cas.saml-sp.open-athens.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.OpenAthens.

    How can I configure this property?

  • cas.saml-sp.open-athens.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.OpenAthens.

    How can I configure this property?

  • cas.saml-sp.open-athens.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.OpenAthens.

    How can I configure this property?

  • cas.saml-sp.open-athens.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.OpenAthens.

    How can I configure this property?

  • cas.saml-sp.open-athens.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.OpenAthens.

    How can I configure this property?

  • cas.saml-sp.open-athens.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.OpenAthens.

    How can I configure this property?

  • cas.saml-sp.pager-duty.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PagerDuty.

    How can I configure this property?

  • cas.saml-sp.pager-duty.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PagerDuty.

    How can I configure this property?

  • cas.saml-sp.pager-duty.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PagerDuty.

    How can I configure this property?

  • cas.saml-sp.pager-duty.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PagerDuty.

    How can I configure this property?

  • cas.saml-sp.pager-duty.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PagerDuty.

    How can I configure this property?

  • cas.saml-sp.pager-duty.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PagerDuty.

    How can I configure this property?

  • cas.saml-sp.pager-duty.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PagerDuty.

    How can I configure this property?

  • cas.saml-sp.pager-duty.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PagerDuty.

    How can I configure this property?

  • cas.saml-sp.pager-duty.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PagerDuty.

    How can I configure this property?

  • cas.saml-sp.poll-everywhere.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PollEverywhere.

    How can I configure this property?

  • cas.saml-sp.poll-everywhere.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PollEverywhere.

    How can I configure this property?

  • cas.saml-sp.poll-everywhere.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PollEverywhere.

    How can I configure this property?

  • cas.saml-sp.poll-everywhere.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PollEverywhere.

    How can I configure this property?

  • cas.saml-sp.poll-everywhere.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PollEverywhere.

    How can I configure this property?

  • cas.saml-sp.poll-everywhere.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PollEverywhere.

    How can I configure this property?

  • cas.saml-sp.poll-everywhere.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PollEverywhere.

    How can I configure this property?

  • cas.saml-sp.poll-everywhere.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PollEverywhere.

    How can I configure this property?

  • cas.saml-sp.poll-everywhere.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.PollEverywhere.

    How can I configure this property?

  • cas.saml-sp.qualtrics.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Qualtrics.

    How can I configure this property?

  • cas.saml-sp.qualtrics.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Qualtrics.

    How can I configure this property?

  • cas.saml-sp.qualtrics.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Qualtrics.

    How can I configure this property?

  • cas.saml-sp.qualtrics.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Qualtrics.

    How can I configure this property?

  • cas.saml-sp.qualtrics.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Qualtrics.

    How can I configure this property?

  • cas.saml-sp.qualtrics.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Qualtrics.

    How can I configure this property?

  • cas.saml-sp.qualtrics.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Qualtrics.

    How can I configure this property?

  • cas.saml-sp.qualtrics.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Qualtrics.

    How can I configure this property?

  • cas.saml-sp.qualtrics.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Qualtrics.

    How can I configure this property?

  • cas.saml-sp.rocket-chat.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.RocketChat.

    How can I configure this property?

  • cas.saml-sp.rocket-chat.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.RocketChat.

    How can I configure this property?

  • cas.saml-sp.rocket-chat.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.RocketChat.

    How can I configure this property?

  • cas.saml-sp.rocket-chat.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.RocketChat.

    How can I configure this property?

  • cas.saml-sp.rocket-chat.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.RocketChat.

    How can I configure this property?

  • cas.saml-sp.rocket-chat.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.RocketChat.

    How can I configure this property?

  • cas.saml-sp.rocket-chat.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.RocketChat.

    How can I configure this property?

  • cas.saml-sp.rocket-chat.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.RocketChat.

    How can I configure this property?

  • cas.saml-sp.rocket-chat.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.RocketChat.

    How can I configure this property?

  • cas.saml-sp.sa-manage.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SAManage.

    How can I configure this property?

  • cas.saml-sp.sa-manage.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SAManage.

    How can I configure this property?

  • cas.saml-sp.sa-manage.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SAManage.

    How can I configure this property?

  • cas.saml-sp.sa-manage.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SAManage.

    How can I configure this property?

  • cas.saml-sp.sa-manage.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SAManage.

    How can I configure this property?

  • cas.saml-sp.sa-manage.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SAManage.

    How can I configure this property?

  • cas.saml-sp.sa-manage.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SAManage.

    How can I configure this property?

  • cas.saml-sp.sa-manage.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SAManage.

    How can I configure this property?

  • cas.saml-sp.sa-manage.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SAManage.

    How can I configure this property?

  • cas.saml-sp.safari-online.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SafariOnline.

    How can I configure this property?

  • cas.saml-sp.safari-online.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SafariOnline.

    How can I configure this property?

  • cas.saml-sp.safari-online.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SafariOnline.

    How can I configure this property?

  • cas.saml-sp.safari-online.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SafariOnline.

    How can I configure this property?

  • cas.saml-sp.safari-online.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SafariOnline.

    How can I configure this property?

  • cas.saml-sp.safari-online.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SafariOnline.

    How can I configure this property?

  • cas.saml-sp.safari-online.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SafariOnline.

    How can I configure this property?

  • cas.saml-sp.safari-online.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SafariOnline.

    How can I configure this property?

  • cas.saml-sp.safari-online.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SafariOnline.

    How can I configure this property?

  • cas.saml-sp.salesforce.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Salesforce.

    How can I configure this property?

  • cas.saml-sp.salesforce.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Salesforce.

    How can I configure this property?

  • cas.saml-sp.salesforce.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Salesforce.

    How can I configure this property?

  • cas.saml-sp.salesforce.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Salesforce.

    How can I configure this property?

  • cas.saml-sp.salesforce.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Salesforce.

    How can I configure this property?

  • cas.saml-sp.salesforce.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Salesforce.

    How can I configure this property?

  • cas.saml-sp.salesforce.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Salesforce.

    How can I configure this property?

  • cas.saml-sp.salesforce.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Salesforce.

    How can I configure this property?

  • cas.saml-sp.salesforce.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Salesforce.

    How can I configure this property?

  • cas.saml-sp.sans-sth.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SecuringTheHuman.

    How can I configure this property?

  • cas.saml-sp.sans-sth.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SecuringTheHuman.

    How can I configure this property?

  • cas.saml-sp.sans-sth.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SecuringTheHuman.

    How can I configure this property?

  • cas.saml-sp.sans-sth.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SecuringTheHuman.

    How can I configure this property?

  • cas.saml-sp.sans-sth.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SecuringTheHuman.

    How can I configure this property?

  • cas.saml-sp.sans-sth.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SecuringTheHuman.

    How can I configure this property?

  • cas.saml-sp.sans-sth.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SecuringTheHuman.

    How can I configure this property?

  • cas.saml-sp.sans-sth.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SecuringTheHuman.

    How can I configure this property?

  • cas.saml-sp.sans-sth.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SecuringTheHuman.

    How can I configure this property?

  • cas.saml-sp.service-now.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ServiceNow.

    How can I configure this property?

  • cas.saml-sp.service-now.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ServiceNow.

    How can I configure this property?

  • cas.saml-sp.service-now.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ServiceNow.

    How can I configure this property?

  • cas.saml-sp.service-now.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ServiceNow.

    How can I configure this property?

  • cas.saml-sp.service-now.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ServiceNow.

    How can I configure this property?

  • cas.saml-sp.service-now.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ServiceNow.

    How can I configure this property?

  • cas.saml-sp.service-now.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ServiceNow.

    How can I configure this property?

  • cas.saml-sp.service-now.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ServiceNow.

    How can I configure this property?

  • cas.saml-sp.service-now.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ServiceNow.

    How can I configure this property?

  • cas.saml-sp.slack.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Slack.

    How can I configure this property?

  • cas.saml-sp.slack.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Slack.

    How can I configure this property?

  • cas.saml-sp.slack.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Slack.

    How can I configure this property?

  • cas.saml-sp.slack.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Slack.

    How can I configure this property?

  • cas.saml-sp.slack.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Slack.

    How can I configure this property?

  • cas.saml-sp.slack.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Slack.

    How can I configure this property?

  • cas.saml-sp.slack.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Slack.

    How can I configure this property?

  • cas.saml-sp.slack.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Slack.

    How can I configure this property?

  • cas.saml-sp.slack.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Slack.

    How can I configure this property?

  • cas.saml-sp.sserca.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SunshineStateEdResearchAlliance.

    How can I configure this property?

  • cas.saml-sp.sserca.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SunshineStateEdResearchAlliance.

    How can I configure this property?

  • cas.saml-sp.sserca.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SunshineStateEdResearchAlliance.

    How can I configure this property?

  • cas.saml-sp.sserca.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SunshineStateEdResearchAlliance.

    How can I configure this property?

  • cas.saml-sp.sserca.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SunshineStateEdResearchAlliance.

    How can I configure this property?

  • cas.saml-sp.sserca.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SunshineStateEdResearchAlliance.

    How can I configure this property?

  • cas.saml-sp.sserca.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SunshineStateEdResearchAlliance.

    How can I configure this property?

  • cas.saml-sp.sserca.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SunshineStateEdResearchAlliance.

    How can I configure this property?

  • cas.saml-sp.sserca.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SunshineStateEdResearchAlliance.

    How can I configure this property?

  • cas.saml-sp.symplicity.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Symplicity.

    How can I configure this property?

  • cas.saml-sp.symplicity.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Symplicity.

    How can I configure this property?

  • cas.saml-sp.symplicity.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Symplicity.

    How can I configure this property?

  • cas.saml-sp.symplicity.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Symplicity.

    How can I configure this property?

  • cas.saml-sp.symplicity.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Symplicity.

    How can I configure this property?

  • cas.saml-sp.symplicity.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Symplicity.

    How can I configure this property?

  • cas.saml-sp.symplicity.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Symplicity.

    How can I configure this property?

  • cas.saml-sp.symplicity.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Symplicity.

    How can I configure this property?

  • cas.saml-sp.symplicity.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Symplicity.

    How can I configure this property?

  • cas.saml-sp.tableau.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Tableau.

    How can I configure this property?

  • cas.saml-sp.tableau.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Tableau.

    How can I configure this property?

  • cas.saml-sp.tableau.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Tableau.

    How can I configure this property?

  • cas.saml-sp.tableau.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Tableau.

    How can I configure this property?

  • cas.saml-sp.tableau.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Tableau.

    How can I configure this property?

  • cas.saml-sp.tableau.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Tableau.

    How can I configure this property?

  • cas.saml-sp.tableau.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Tableau.

    How can I configure this property?

  • cas.saml-sp.tableau.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Tableau.

    How can I configure this property?

  • cas.saml-sp.tableau.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Tableau.

    How can I configure this property?

  • cas.saml-sp.top-hat.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.TopHat.

    How can I configure this property?

  • cas.saml-sp.top-hat.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.TopHat.

    How can I configure this property?

  • cas.saml-sp.top-hat.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.TopHat.

    How can I configure this property?

  • cas.saml-sp.top-hat.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.TopHat.

    How can I configure this property?

  • cas.saml-sp.top-hat.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.TopHat.

    How can I configure this property?

  • cas.saml-sp.top-hat.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.TopHat.

    How can I configure this property?

  • cas.saml-sp.top-hat.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.TopHat.

    How can I configure this property?

  • cas.saml-sp.top-hat.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.TopHat.

    How can I configure this property?

  • cas.saml-sp.top-hat.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.TopHat.

    How can I configure this property?

  • cas.saml-sp.warp-wire.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WarpWire.

    How can I configure this property?

  • cas.saml-sp.warp-wire.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WarpWire.

    How can I configure this property?

  • cas.saml-sp.warp-wire.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WarpWire.

    How can I configure this property?

  • cas.saml-sp.warp-wire.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WarpWire.

    How can I configure this property?

  • cas.saml-sp.warp-wire.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WarpWire.

    How can I configure this property?

  • cas.saml-sp.warp-wire.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WarpWire.

    How can I configure this property?

  • cas.saml-sp.warp-wire.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WarpWire.

    How can I configure this property?

  • cas.saml-sp.warp-wire.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WarpWire.

    How can I configure this property?

  • cas.saml-sp.warp-wire.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WarpWire.

    How can I configure this property?

  • cas.saml-sp.web-advisor.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WebAdvisor.

    How can I configure this property?

  • cas.saml-sp.web-advisor.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WebAdvisor.

    How can I configure this property?

  • cas.saml-sp.web-advisor.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WebAdvisor.

    How can I configure this property?

  • cas.saml-sp.web-advisor.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WebAdvisor.

    How can I configure this property?

  • cas.saml-sp.web-advisor.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WebAdvisor.

    How can I configure this property?

  • cas.saml-sp.web-advisor.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WebAdvisor.

    How can I configure this property?

  • cas.saml-sp.web-advisor.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WebAdvisor.

    How can I configure this property?

  • cas.saml-sp.web-advisor.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WebAdvisor.

    How can I configure this property?

  • cas.saml-sp.web-advisor.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.WebAdvisor.

    How can I configure this property?

  • cas.saml-sp.webex.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Webex.

    How can I configure this property?

  • cas.saml-sp.webex.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Webex.

    How can I configure this property?

  • cas.saml-sp.webex.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Webex.

    How can I configure this property?

  • cas.saml-sp.webex.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Webex.

    How can I configure this property?

  • cas.saml-sp.webex.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Webex.

    How can I configure this property?

  • cas.saml-sp.webex.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Webex.

    How can I configure this property?

  • cas.saml-sp.webex.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Webex.

    How can I configure this property?

  • cas.saml-sp.webex.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Webex.

    How can I configure this property?

  • cas.saml-sp.webex.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Webex.

    How can I configure this property?

  • cas.saml-sp.workday.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Workday.

    How can I configure this property?

  • cas.saml-sp.workday.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Workday.

    How can I configure this property?

  • cas.saml-sp.workday.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Workday.

    How can I configure this property?

  • cas.saml-sp.workday.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Workday.

    How can I configure this property?

  • cas.saml-sp.workday.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Workday.

    How can I configure this property?

  • cas.saml-sp.workday.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Workday.

    How can I configure this property?

  • cas.saml-sp.workday.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Workday.

    How can I configure this property?

  • cas.saml-sp.workday.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Workday.

    How can I configure this property?

  • cas.saml-sp.workday.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Workday.

    How can I configure this property?

  • cas.saml-sp.yuja.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Yuja.

    How can I configure this property?

  • cas.saml-sp.yuja.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Yuja.

    How can I configure this property?

  • cas.saml-sp.yuja.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Yuja.

    How can I configure this property?

  • cas.saml-sp.yuja.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Yuja.

    How can I configure this property?

  • cas.saml-sp.yuja.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Yuja.

    How can I configure this property?

  • cas.saml-sp.yuja.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Yuja.

    How can I configure this property?

  • cas.saml-sp.yuja.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Yuja.

    How can I configure this property?

  • cas.saml-sp.yuja.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Yuja.

    How can I configure this property?

  • cas.saml-sp.yuja.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Yuja.

    How can I configure this property?

  • cas.saml-sp.zendesk.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zendesk.

    How can I configure this property?

  • cas.saml-sp.zendesk.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zendesk.

    How can I configure this property?

  • cas.saml-sp.zendesk.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zendesk.

    How can I configure this property?

  • cas.saml-sp.zendesk.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zendesk.

    How can I configure this property?

  • cas.saml-sp.zendesk.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zendesk.

    How can I configure this property?

  • cas.saml-sp.zendesk.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zendesk.

    How can I configure this property?

  • cas.saml-sp.zendesk.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zendesk.

    How can I configure this property?

  • cas.saml-sp.zendesk.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zendesk.

    How can I configure this property?

  • cas.saml-sp.zendesk.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zendesk.

    How can I configure this property?

  • cas.saml-sp.zimbra.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zimbra.

    How can I configure this property?

  • cas.saml-sp.zimbra.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zimbra.

    How can I configure this property?

  • cas.saml-sp.zimbra.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zimbra.

    How can I configure this property?

  • cas.saml-sp.zimbra.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zimbra.

    How can I configure this property?

  • cas.saml-sp.zimbra.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zimbra.

    How can I configure this property?

  • cas.saml-sp.zimbra.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zimbra.

    How can I configure this property?

  • cas.saml-sp.zimbra.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zimbra.

    How can I configure this property?

  • cas.saml-sp.zimbra.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zimbra.

    How can I configure this property?

  • cas.saml-sp.zimbra.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zimbra.

    How can I configure this property?

  • cas.saml-sp.zoom.attributes=
  • Set up the attribute release policy for this service. Allow attributes that are to be released to this SP. Attributes should be separated by commas and can be virtually mapped and renamed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zoom.

    How can I configure this property?

  • cas.saml-sp.zoom.description= SAML SP Integration
  • Description of this service provider as it's stored in the registry.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zoom.

    How can I configure this property?

  • cas.saml-sp.zoom.entity-ids=
  • List of entityIds allowed for this service provider. Multiple ids can be specified in the event that the metadata is an aggregate.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zoom.

    How can I configure this property?

  • cas.saml-sp.zoom.name=
  • Name of this service provider.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zoom.

    How can I configure this property?

  • cas.saml-sp.zoom.name-id-attribute=
  • Attribute to use when generating nameids for this SP.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zoom.

    How can I configure this property?

  • cas.saml-sp.zoom.name-id-format=
  • The forced nameId format to use when generating a response.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zoom.

    How can I configure this property?

  • cas.saml-sp.zoom.sign-assertions=
  • Indicate whether assertions should be signed. Available values are as follows:

    • TRUE: Constant to represent the true state.
    • FALSE: Constant to represent the false state.
    • UNDEFINED: Constant to represent the undefined state.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zoom.

    How can I configure this property?

  • cas.saml-sp.zoom.sign-responses=true
  • Indicate whether responses should be signed.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zoom.

    How can I configure this property?

  • cas.saml-sp.zoom.signature-location=
  • Signature location used to verify metadata.

    org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Zoom.

    How can I configure this property?

    Configuration Metadata

    The collection of configuration properties listed in this section are automatically generated from the CAS source and components that contain the actual field definitions, types, descriptions, modules, etc. This metadata may not always be 100% accurate, or could be lacking details and sufficient explanations.

    Be Selective

    This section is meant as a guide only. Do NOT copy/paste the entire collection of settings into your CAS configuration; rather pick only the properties that you need. Do NOT enable settings unless you are certain of their purpose and do NOT copy settings into your configuration only to keep them as reference. All these ideas lead to upgrade headaches, maintenance nightmares and premature aging.

    YAGNI

    Note that for nearly ALL use cases, declaring and configuring properties listed here is sufficient. You should NOT have to explicitly massage a CAS XML/Java/etc configuration file to design an authentication handler, create attribute release policies, etc. CAS at runtime will auto-configure all required changes for you. If you are unsure about the meaning of a given CAS setting, do NOT turn it on without hesitation. Review the codebase or better yet, ask questions to clarify the intended behavior.

    Naming Convention

    Property names can be specified in very relaxed terms. For instance cas.someProperty, cas.some-property, cas.some_property are all valid names. While all forms are accepted by CAS, there are certain components (in CAS and other frameworks used) whose activation at runtime is conditional on a property value, where this property is required to have been specified in CAS configuration using kebab case. This is both true for properties that are owned by CAS as well as those that might be presented to the system via an external library or framework such as Spring Boot, etc.

    :information_source: Note

    When possible, properties should be stored in lower-case kebab format, such as cas.property-name=value. The only possible exception to this rule is when naming actuator endpoints; The name of the actuator endpoints (i.e. ssoSessions) MUST remain in camelCase mode.

    Settings and properties that are controlled by the CAS platform directly always begin with the prefix cas. All other settings are controlled and provided to CAS via other underlying frameworks and may have their own schemas and syntax. BE CAREFUL with the distinction. Unrecognized properties are rejected by CAS and/or frameworks upon which CAS depends. This means if you somehow misspell a property definition or fail to adhere to the dot-notation syntax and such, your setting is entirely refused by CAS and likely the feature it controls will never be activated in the way you intend.

    Validation

    Configuration properties are automatically validated on CAS startup to report issues with configuration binding, specially if defined CAS settings cannot be recognized or validated by the configuration schema. Additional validation processes are also handled via Configuration Metadata and property migrations applied automatically on startup by Spring Boot and family.

    Indexed Settings

    CAS settings able to accept multiple values are typically documented with an index, such as cas.some.setting[0]=value. The index [0] is meant to be incremented by the adopter to allow for distinct multiple configuration blocks.

    Note: For InCommon and other metadata aggregates, multiple entity ids can be specified to filter the InCommon metadata. EntityIds can be regular expression patterns and are mapped to CAS’ serviceId field in the registry. The signature location MUST BE the public key used to sign the metadata.