{% extends 'psu_base.html' %} {% load base_taglib %}
Site Name/Code: | {{ configs.APP_NAME }} ({{ configs.APP_CODE }}) |
---|---|
Site Version: | {{ configs.APP_VERSION }} |
Server Time: |
Timestamp: {{ server_time.timestamp }} Like Banner: {{ server_time.banner_date_time }} |
Environment: | {{ configs.ENVIRONMENT }} |
CAS (SSO): | {%if 'cas' in issues%}{%fa fa-exclamation-triangle%}{%endif%} {{ cas }} |
Finti URL: | {%if 'finti' in issues%}{%fa fa-exclamation-triangle%}{%endif%} {{ finti }} |
SSO Proxy: |
HTTP Status: {{ sso_proxy.status }} Version: {{ sso_proxy.version }} Database: {%if sid%} {%if 'sid' in issues%}{%fa fa-exclamation-triangle%}{%endif%} {{ sid }} Note: This is the database used by the "SSO-Proxy" API. It is not necessarily the database in use for this app. {%else%} {%endif%} |
Static Content URL: | {%static_content_url%} |
Session Duration: |
{{session_data.expiry_seconds}} seconds {{session_data.expiry_description}} of inactivity |
Identity: |
{%if request.user.is_authenticated and auth_object.is_logged_in%}
{%id_tag current_user%}
{%elif request.user.is_authenticated%}
Logged in, but no Banner identity. {{request.session.attributes}} {%else%} Not logged in. {%endif%} |