The Saml Xasp Workflow Element provides saml xasp plugin functionality.
This workflowElement allows to retrieve attributes from a SAML Identity Provider using the SAML X.509 Attribute Sharing Profile.
The Saml Xasp Workflow Element component inherits from the Workflow Element
A description of each property follows.
Basic Properties: | Advanced Properties: |
---|---|
↓ enabled | None |
↓ java-class | |
↓ xasp-attribute-name | |
↓ xasp-base-dn | |
↓ xasp-contains-dn | |
↓ xasp-debug | |
↓ xasp-index | |
↓ xasp-response | |
↓ xasp-reverse-dn | |
↓ xasp-ttl | |
↓ xasp-ws-url |
Description | Indicates whether the Workflow Element is enabled for use in the server. If a Workflow Element is not enabled, then its contents are not accessible when processing operations. |
---|---|
Default Value | None |
Allowed Values | true false |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Specifies the fully-qualified name of the Java class that provides the Saml Xasp Workflow Element implementation. |
---|---|
Default Value | org.opends.server.workflowelement.ovdplugin.xasp.SamlXaspWorkflowElement |
Allowed Values | A java class that implements or extends the class(es) : org.opends.server.workflowelement.WorkflowElement |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Defines the attribute that contains the DN of the entry in the search filter, for example certificatedn. |
---|---|
Default Value | None |
Allowed Values | A String |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Base dn to be used in case value not present in filter. |
---|---|
Default Value | None |
Allowed Values | A valid DN. |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Defines a string that must be part of the DN of the entry, for example dc=example. If the DN of the entry does not contain this exact string (ignoring case), then the entry is not returned. This parameter allows the plug-in to restrict the searches to a portion of the DIT, for example only entries below cn=users, If you do not want to restrict the searches, specify dc=example. |
---|---|
Default Value | None |
Allowed Values | A valid DN. |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Specifies whether to log additional messages. |
---|---|
Default Value | false |
Allowed Values | true false |
Multi-valued | No |
Required | No |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Defines a comma-separated list of attributes that is used to index the results, for example cn. |
---|---|
Default Value | None |
Allowed Values | A String |
Multi-valued | No |
Required | No |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Defines a comma-separated list of attribute=value pairs that is added to each returned entry, for example department=Sales. |
---|---|
Default Value | None |
Allowed Values | A String |
Multi-valued | No |
Required | No |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Defines whether the DN contained in the certificate is reversed, for example dc=com,dc=example,cn=users,cn=user1. |
---|---|
Default Value | false |
Allowed Values | true false |
Multi-valued | No |
Required | No |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Defines the Cache Time-To-Live in milliseconds. |
---|---|
Default Value | None |
Allowed Values | A String |
Multi-valued | No |
Required | No |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Defines the web service URL of the identity provider. Defines the web service URL of the identity provider, for example http://hostname:port/fed/ar/soap. |
---|---|
Default Value | None |
Allowed Values | A String |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |