mirror of https://github.com/dexidp/dex.git
Browse Source
When "urn:ietf:wg:oauth:2.0:oob" is used as a redirect URI, redirect to an internal dex page where the user is shown the code and instructed to paste it into their app.pull/471/head
4 changed files with 66 additions and 30 deletions
@ -0,0 +1,11 @@
|
||||
{{ template "header.html" }} |
||||
|
||||
<div class="panel"> |
||||
<h2 class="heading">Login Successful</h2> |
||||
|
||||
Please copy this code, switch to your application and paste it there: |
||||
<br/> |
||||
<input type="text" value="{{ .code }}" /> |
||||
</div> |
||||
|
||||
{{ template "footer.html" }} |
||||
Loading…
Reference in new issue