Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Localtabgroup


Localtab
activetrue
titleProperties (V4.1+)

The general properties configuring this flow via admin/admin.properties are:

NameDefaultDescription
idp.status.loggingStatusAudit log identifier for flow
idp.status.accessPolicyAccessByIPAddressName of access control policy for request authorization
idp.status.authenticatedfalseWhether authentication should be performed prior to access control evaluation
idp.status.nonBrowserSupportedfalseWhether the flow should allow for non-browser clients during authentication
idp.status.resolveAttributesfalseWhether attributes should be resolved prior to access control evaluation



Localtab
idFDXML
titleFlow Descriptor XML (V4.1+)

To replace the internally defined flow descriptor bean, the following XML is required:

Code Block
languagexml
<util:list id="shibboleth.AvailableAdminFlows">
 
    <bean parent="shibboleth.AdminFlow"
        c:id="http://shibboleth.net/ns/profiles/status"
        p:loggingId="%{idp.status.logging:Status}"
        p:policyName="%{idp.status.accessPolicy:AccessByIPAddress}"
        p:nonBrowserSupported="%{idp.status.nonBrowserSupported:false}"
        p:authenticated="%{idp.status.authenticated:false}"
        p:resolveAttributes="%{idp.status.resolveAttributes:false}" />
 
</util:list>

In older versions and upgraded systems, this list is defined in conf/admin/general-admin.xml. In V4.1+, no default version of the list is provided and it may simply be placed in conf/global.xml if needed.


Example Output

Code Block
### Operating Environment Information
operating_system: Windows 7
operating_system_version: 6.1
operating_system_architecture: amd64
jdk_version: 1.8.0_144
available_cores: 8
used_memory: 69 MB
maximum_memory: 3632 MB

### Identity Provider Information
idp_version: null
start_time: 2018-07-06T15:32:26+01:00
current_time: 2018-07-06T15:46:43+01:00
uptime: 857012 ms

service: shibboleth.LoggingService
last successful reload attempt: 2018-07-06T12:37:50Z
last reload attempt: 2018-07-06T12:37:50Z

service: shibboleth.ReloadableAccessControlService
last successful reload attempt: 2018-07-06T12:37:54Z
last reload attempt: 2018-07-06T12:37:54Z

service: shibboleth.MetadataResolverService
last successful reload attempt: 2018-07-06T12:37:53Z
last reload attempt: 2018-07-06T12:37:53Z

	metadata source: URLMD
	last refresh attempt: 2018-07-06T14:42:22Z
	last successful refresh: 2018-07-06T14:42:22Z
	last update: 2018-07-06T12:37:54Z

	metadata source: SP123MD
	last refresh attempt: 2018-07-06T14:42:54Z
	last successful refresh: 2018-07-06T14:42:54Z
	last update: 2018-07-06T12:37:54Z

service: shibboleth.RelyingPartyResolverService
last successful reload attempt: 2018-07-06T12:37:53Z
last reload attempt: 2018-07-06T12:37:53Z

service: shibboleth.NameIdentifierGenerationService
last successful reload attempt: 2018-07-06T12:37:53Z
last reload attempt: 2018-07-06T12:37:53Z

service: shibboleth.AttributeResolverService
last successful reload attempt: 2018-07-06T12:37:52Z
last reload attempt: 2018-07-06T12:37:52Z

	DataConnector staticAttributes: has never failed

service: shibboleth.AttributeFilterService
last successful reload attempt: 2018-07-06T12:37:52Z
last reload attempt: 2018-07-06T12:37:52Z

...