Lindenii Project Forge
Login

server

Vireo IdP server

Warning: Due to various recent migrations, viewing non-HEAD refs may be broken.

/template/client-secret.html (raw)

{{ template "head.html" .Base }}
{{ template "nav.html" .Base }}

<main>

<h2>Client credentials</h2>

<p>
	<strong>Client ID</strong>: <code>{{ .ClientID }}</code><br>
	<strong>Client secret</strong>: <code>{{.ClientSecret}}</code>
</p>

<a href="/"><button type="button">Back</button></a>

</main>

{{ template "foot.html" }}