SAML Sessions
{% for session in sessions %}
- IDP: {{ session.idpEntityId }}
- SP: {{ session.spEntityId }}
- NameID: {{ session.nameId }}
- NameIDFormat: {{ session.nameIdFormat }}
- SessionIndex: {{ session.sessionIndex }}
- AuthnInstant: {{ session.sessionInstant|date('Y-m-d H:i:s P') }}
- FirstAuthOn: {{ session.firstAuthOn|date('Y-m-d H:i:s P') }}
- LastAuthOn: {{ session.lastAuthOn|date('Y-m-d H:i:s P') }}
{% else %}
There are no SAML sessions established
{% endfor %}