You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.warn("The credentials of the user has expired, this typically indicates a misconfiguration, see https://shinyproxy.io/faq/#the-credentials-of-the-user-expire-when-using-saml for more information!");
Copy file name to clipboardExpand all lines: src/main/resources/templates/auth-error.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@
39
39
<body>
40
40
<divclass="container">
41
41
<h2>An error occurred during the authentication procedure.</h2>
42
-
<p><b>If you are a user of <spanth:text="${application_name}"></span>:</b> please report this issue to your administrator.</p>
43
-
<p><b>If you are an administrator of <spanth:text="${application_name}"></span>:</b> this error page is typically shown because of an configuration error in the OpenID setup. See the ShinyProxy logs for more information.</p>
42
+
<p><b>If you are a user of <spanth:text="${application_name}"></span>:</b> please report this issue to your administrator and try to log out from your Identity Provider.</p>
43
+
<p><b>If you are an administrator of <spanth:text="${application_name}"></span>:</b> this error page is typically shown because of an configuration error in the authentication setup. See the ShinyProxy logs for more information.</p>
0 commit comments