The Shibboleth IdP V3 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP4 wiki space for current documentation on the supported version.
Credential
The <Credential>
 element loads key and certificate credentials of various types.
Schema Name and Location
This element is defined within the urn:mace:shibboleth:2.0:security namespace, the schema for which can be located at http://shibboleth.net/schema/idp/shibboleth-security.xsd
Attributes
Name | Type | Description |
---|---|---|
usage |
| Describes the use to which the credential will be put |
Other Attributes may be provided if required by the specific credential type.
Child Elements
Child Elements may only be provided if required by the specific credential type.
Credential Types
Credentials are distinguished by their xsi:type
. Â
xsi:type | Function |
---|---|
BasicResource | Allows credentials to be defined by a path or a more advanced Spring resource |
BasicInline | Allows credentials to defined inline within XML |
X509ResourceBacked | Allows X509 credentials to be defined by a path or a more advanced Spring resource |
X509Inline | Allows X509 credentials to defined inline within XML |