...
The underlying web interface, which is managed as anĀ AdministrativeConfiguration, looks like this:
http[s]://localhost/status
The same thing on the command line would be:
$ /opt/shibboleth-idp/bin/status.sh
Reference
...
V4.0 and upgraded systems include a bean defined in conf/admin/general-admin.xml to control aspects of the flow's behavior.
V4.1 includes properties to control various aspects of the flow's behavior using an internally-defined bean that may be overridden if required.
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
Localtab | id | FDXML|||||||||||||||||
The general properties configuring this flow via admin/admin.properties are:
|
Expand | ||
---|---|---|
|
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
To replace the internally defined flow descriptor bean, the following XML is required:
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. |