oidc++
This commit is contained in:
parent
2978451679
commit
888caf4264
9 changed files with 189 additions and 53 deletions
7
Yavsc/Views/Shared/_GetAToken.cshtml
Normal file
7
Yavsc/Views/Shared/_GetAToken.cshtml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
<form enctype="application/x-www-form-urlencoded" method="post" class="navbar-right">
|
||||
@Html.AntiForgeryToken()
|
||||
<label for="username">username:</label><input name="username" placeholder="(Votre Nom d'utilisateur)"/>
|
||||
<label for="password">password:</label><input name="password" placeholder="(Votre mot de passe)" type="password"/>
|
||||
<input formaction="/api/token/post" class="btn btn-lg btn-success" name="Getatoken" type="submit" value="Getatoken" />
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue