#1 : Test de Keycloak.

This commit is contained in:
Loic Masi
2026-04-21 11:46:29 +02:00
parent 4157991805
commit 3a116f9bae
15 changed files with 360 additions and 27 deletions

View File

@@ -0,0 +1,15 @@
@{
ViewData["Title"] = "Connexion";
}
<div class="container mt-5 text-center">
<h2>Connexion</h2>
<p>Vous allez être redirigé vers le serveur d'authentification.</p>
<a asp-controller="Account"
asp-action="Login"
class="btn btn-primary">
Se connecter avec Keycloak
</a>
</div>