oidc reloaded
This commit is contained in:
parent
adfaa1a587
commit
c65985477e
22 changed files with 558 additions and 255 deletions
|
|
@ -13,6 +13,14 @@
|
|||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
|
||||
|
||||
<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>
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue