update UI on step implicit flow

This commit is contained in:
Son NK 2019-08-03 17:29:09 +02:00
parent 0bc0f751bf
commit 8185af7770
1 changed files with 31 additions and 11 deletions

View File

@ -18,20 +18,40 @@
<a href="https://docs.simplelogin.io/step-3.1-front-end" target="_blank">Frontend Integration</a>
</p>
<p>And if you already know this flow, here are the corresponding endpoints:</p>
<p>And if you already know this flow, here are the corresponding OAuth endpoints:</p>
<p>
Authorization endpoint:
<b>https://app.simplelogin.io/oauth2/authorize</b>
<i class="fe fe-clipboard clipboard" data-clipboard-text="https://app.simplelogin.io/oauth2/authorize"></i>
</p>
<div class="form-group">
<label class="form-label">Authorization endpoint</label>
<p>
UserInfo endpoint:
<b>https://app.simplelogin.io/oauth2/userinfo</b>
<i class="fe fe-clipboard clipboard" data-clipboard-text="https://app.simplelogin.io/oauth2/userinfo"></i>
</p>
<div class="input-group mt-2">
<input type="text" disabled value="https://app.simplelogin.io/oauth2/authorize" class="form-control">
<span class="input-group-append">
<button
data-clipboard-text="https://app.simplelogin.io/oauth2/authorize"
class="clipboard btn btn-primary" type="button">
<i class="fe fe-clipboard"></i>
</button>
</span>
</div>
</div>
<div class="form-group">
<label class="form-label">UserInfo endpoint</label>
<div class="input-group mt-2">
<input type="text" disabled value="https://app.simplelogin.io/oauth2/userinfo" class="form-control">
<span class="input-group-append">
<button
data-clipboard-text="https://app.simplelogin.io/oauth2/userinfo"
class="clipboard btn btn-primary" type="button">
<i class="fe fe-clipboard"></i>
</button>
</span>
</div>
</div>
<hr>
Please find below your OAuth Client-Id that is needed for the <em>Implicit Flow</em>
<br>