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?