- Getting Started
- Access Policies
- Actions
- Add Feature
- Capture Screenshot
- Change QName
- Change Type
- Copy Multiple Nodes
- Copy Node
- Create Thumbnail
- Decrement Property Value
- Deploy Node
- Execute Script
- Execute Script from a Node
- Increment Property Value
- Invalidate Page Renditions
- Lock Node
- Logger
- Move Node
- Remove Feature
- Remove Property
- Send Email
- Set Property
- Send a Slack Message
- Start Workflow
- Sync Multiple Nodes
- Sync Node
- Unlock Node
- Unzip Node
- Web Hook
- Antivirus Scanning
- API
- API Keys
- Applications
- Application Server
- Auditing
- Authentication
- Branches
- Bulk Import
- Command Line
- Conditions
- Content Modeling
- Cookbooks
- Deployment
- Docker
- Features
- Audit
- Auto Translate
- AWS Dominant Language
- AWS Entities Detection
- AWS Keyphrases Detection
- AWS Polly
- AWS Sentiment
- AWS Transcode
- AWS Transcribe
- Behavior
- Behavior Binding
- Container
- Copied From
- Deployment Config
- Dublin Core
- Extractable
- Filename
- Geolocation
- Indexable
- Inline Links
- Knowledge Recipient
- Knowledge Sharing
- Knowledge Space
- Locked
- Multilingual
- Non-Cyclic
- Precompile
- Previewable
- Propagates Authorities
- Property Mapping
- Rates
- Related
- Relator
- Rendition
- Renditionable
- Renditioned
- Stats Sum Counter
- Taggable
- Thumbnailable
- Titled
- Translation
- Watermarkable
- Files
- Find
- Forms
- General
- GraphQL
- Integrations
- Multifactor Authentication
- Modules
- Platform
- Policies
- Projects
- Publishing
- Query
- Releases
- Reports
- Rules
- Search
- Security
- Single Sign On (SSO)
- Supported Stacks
- Templates
- Transfer
- Traversal
- Tree
- User Interface
- UI Developers Guide
- Actions
- Configuration
- Contexts
- access-policy-subcontext
- account-context
- actions
- application-subcontext
- archive-subcontext
- branch-subcontext
- branches-list-item-actions
- branches-subcontext
- conflict-tabcontext
- content-instances-buttons
- content-instances-list-item-actions
- content-instances-list-selected-actions
- content-model-associations-list-item-actions
- content-model-features-list-item-actions
- content-model-types-list-item-actions
- global-dashboard
- platform-dashboard
- project-dashboard
- list
- datalist-subcontext
- dataview-subcontext
- definition-subcontext
- deployment-receiver-subcontext
- deployment-subcontext
- diagnostics-context
- document-actions
- document-subcontext
- document-translations-list-item-actions
- documents-list-buttons
- documents-list-item-actions
- documents-list-selected-actions
- documents-list-sort-fields
- editors-subcontext
- email-settings-subcontext
- form-subcontext
- header
- hud
- messages
- model-subcontext
- platform-context
- platform-manage-context
- platform-mypreferences-context
- platform-user-context
- project-context
- project-field-templates
- project-manage-branches-subcontext
- project-manage-context
- project-media-types
- project-mypreferences-context
- project-search-list-selected-actions
- project-team-subcontext
- project-user-context
- projectbar-buttons
- publishing-manage-subcontext
- regions
- registrations
- release-subcontext
- releases-context
- role-subcontext
- rule-subcontext
- selected
- services-subcontext
- tag-subcontext
- task-context
- tasks-subcontext
- team-subcontext
- type-pages
- gadgets
- new-folder-types
- uitemplates-subcontext
- vault-subcontext
- workflow-context
- workflow-model-subcontext
- workflows-subcontext
- Evaluators
- and
- context-application
- context-archive
- context-conflict
- context-datalist
- context-dataview
- context-definition
- context-deployment
- context-document
- context-document-has-feature
- context-document-has-property-value
- context-document-has-qname
- context-document-has-qname
- context-document-is-association
- context-document-is-container
- context-document-is-datalist
- context-document-is-multilingual
- context-document-is-node
- context-document-is-tag
- context-form
- context-group
- context-platform
- context-principal
- context-project
- context-project-application
- context-release
- context-role
- context-team
- context-user
- context-vault
- context-workflow
- context-workflow-model
- context-workflow-task
- current-user-has-authority
- current-user-has-permission
- document-has-attachment
- document-has-qname
- document-has-type
- document-is-file
- document-is-folder
- document-is-locked
- document-is-locked-by-current-user
- entity-is-type
- entity-property-equals
- id
- not
- or
- project-has-application
- project-has-module
- project-workspaces-enabled
- tenant-has-plan
- uri-match
- uri-starts-with
- Modules
- Samples
- Templates
- UI Views
- Workflow
- Workspaces
- Application Server
- Authentication
- Providers
- SAML 2.0
SAML 2.0
The SAM Authentication Provider enables the Cloud CMS Application Server to authenticate, validate tokens and load user profile information against servers that are SAML 2.0 compatible. SAML stands for Security Assertion Markup Language.
For more information on Authentication within the App Server, see App Server Authentication / SSO.
Configuration
Here are all of the properties that may be configured:
"auth": {
"providers": {
"myProvider": {
"type": "saml",
"config": {
"entryPoint": "",
"cert": "",
"callbackURL": "",
"issuer": ""
}
}
}
}
Where these properties are specific to SAML:
entryPoint
cert
callbackURL
issuer