Skip to content
Snippets Groups Projects
Verified Commit 028e9ced authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Redirect to 'next' after SSO login

parent f351d3e6
No related branches found
No related tags found
No related merge requests found
Pipeline #7268 waiting for manual action
......@@ -19,7 +19,7 @@
<small class="text-muted">preferred</small>
</h2>
<p>Use your CERN account to sign in or create a new account.</p>
<p><a tabindex="0" class="btn btn-primary" href="{% url 'oidc_authentication_init' %}">Sign in with CERN SSO</a></p>
<p><a tabindex="0" class="btn btn-primary" href="{% url 'oidc_authentication_init' %}{% if request.GET.next %}?next={{ request.GET.next }}{% endif %}">Sign in with CERN SSO</a></p>
</div>
<div class="col-md-6 px-4">
<h2 class="mt-2">Uhepp hub account</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment