add camefrom to oidc (zitadel) url
This commit is contained in:
parent
6c1ec7e2cc
commit
abbcf7786a
1 changed files with 6 additions and 2 deletions
|
@ -17,13 +17,17 @@
|
||||||
<br />
|
<br />
|
||||||
</metal:empty>
|
</metal:empty>
|
||||||
|
|
||||||
<div metal:fill-slot="body" tal:define="principal python:request.principal.id">
|
<div metal:fill-slot="body"
|
||||||
|
tal:define="principal python:request.principal.id;
|
||||||
|
camefrom python:request.get('camefrom') or request.URL[-1]">
|
||||||
<p i18n:translate="" tal:condition="python: principal == 'zope.anybody'">
|
<p i18n:translate="" tal:condition="python: principal == 'zope.anybody'">
|
||||||
Please provide Login Information</p>
|
Please provide Login Information</p>
|
||||||
<p i18n:translate="" tal:condition="python: principal != 'zope.anybody'">
|
<p i18n:translate="" tal:condition="python: principal != 'zope.anybody'">
|
||||||
You are not authorized to perform this action. However, you may login as a
|
You are not authorized to perform this action. However, you may login as a
|
||||||
different user who is authorized.</p>
|
different user who is authorized.</p>
|
||||||
<p><a href="/auth_login">Login with Zitadel</a></p>
|
<p>
|
||||||
|
<a tal:attributes="href string:/auth_login?camefrom=$camefrom">Login with Zitadel</a>
|
||||||
|
</p>
|
||||||
<form action="." method="post"
|
<form action="." method="post"
|
||||||
tal:attributes="action request/URL">
|
tal:attributes="action request/URL">
|
||||||
<div tal:omit-tag=""
|
<div tal:omit-tag=""
|
||||||
|
|
Loading…
Add table
Reference in a new issue