Using KeycloakWebMVCSample with keycloak.local

C# integration

Install
dotnet add package KeycloakWebMVCSample
Get themes, social providers, auth providers, and event listeners available o…
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://keycloak.local/
Get the top-level representation of the realm It will not include nested in…
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://keycloak.local/{realm}
Need this for admin console to display simple name of provider when displayin…
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://keycloak.local/{id}/name
SDK on GitHub 📄 API Docs
SDK
KeycloakWebMVCSample
C#
API
keycloak.local
keycloak.local
At a glance
Language C#
Endpoints281
Base URLhttp://keycloak.local