Skip to content

Instantly share code, notes, and snippets.

@mifrazmurthaja
Created May 23, 2020 09:19
Show Gist options
  • Save mifrazmurthaja/ae9bc66a41f9a5d364da72c8e8780659 to your computer and use it in GitHub Desktop.
Save mifrazmurthaja/ae9bc66a41f9a5d364da72c8e8780659 to your computer and use it in GitHub Desktop.
{% when 'sign_in_page' %}
<script>window.location.href = 'https://localhost:9443/identity/jwtsso?jwtRP=lms-test-app';
</script>
{% when 'sign_up_page' %}
<script>window.location.href = 'https://localhost:9443/identity/jwtsso?jwtRP=lms-test-app';
</script>
{% when 'checkout_signin_signup_page' %}
<script>window.location.href = 'https://localhost:9443/identity/jwtsso?jwtRP=lms-test-app';
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment