Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Key rotation section updated

An Overview of the Configuration Files

...

In order to use Key Rotation feature and update IDP/AA metadata automatically a ".href" file must exist. Don't be confused with the file extension since it is just a normal properties file in "key=value" format.

The file must be located at the same directory as the IDP/AA metadata file:

/WEB-INF/saml2/sp/metadata

...


Value type
entityIdstring

An entity identifier. Should be taken from IDP metadata:

<md:EntityDescriptor entityId="https://localhost:8443/uas"...>
type- IDP (Identity Provider);
- SP (Service Provider);
- AA (Attribute Authority).
An entity type.
urlstring

A URL to fetch metadata from. The same URL where SAML 2.0 IDP metadata was fetched initially.

See "Get the Metadata of the Identity Provider" step.

refreshIntervalnumberAn interval in seconds to fetch the metadata.

...

Code Block
titleuas.href
entityId=https://localhost:8443/uas
type=SPAA
url=https://localhost:8443/uas/saml2/metadata.xml
refreshInterval=20

...