@model Client @{ ViewBag.Title = Localizer["Client"]; }

@Localizer["Edit"]

Client @Model.ClientId


Security
Logout
Tokens
@Html.DropDownList("AccessTokenType")
Device / CIBA
Tokens (extra)

Collections

The following pages edit collections of related rows for this client.

Redirect URIs @Model.RedirectUris.Count Post-logout Redirect URIs @Model.PostLogoutRedirectUris.Count Allowed Scopes @Model.AllowedScopes.Count Allowed Grant Types @Model.AllowedGrantTypes.Count Allowed CORS Origins @Model.AllowedCorsOrigins.Count Identity Provider Restrictions @Model.IdentityProviderRestrictions.Count Client Claims @Model.Claims.Count Client Properties @Model.Properties.Count Client Secrets @(Model.ClientSecrets?.Count ?? 0)
@Localizer["Back to List"]