2022-08-10 11:11:22 +02:00
|
|
|
{{define "title"}}Profile | OIDC Tester{{end}}
|
2020-05-20 13:06:04 +02:00
|
|
|
{{define "body"}}
|
|
|
|
<section class="home is-fullheight section">
|
|
|
|
<div class="container">
|
|
|
|
{{template "header" .}}
|
2020-05-26 11:17:16 +02:00
|
|
|
<h2 class="is-size-4">IDToken</h2>
|
2020-05-20 13:06:04 +02:00
|
|
|
<pre>{{ .JSONIDToken }}</pre>
|
2020-05-26 11:17:16 +02:00
|
|
|
<h2 class="is-size-4">Claims</h2>
|
|
|
|
<pre>{{ .JSONClaims }}</pre>
|
2020-05-20 13:06:04 +02:00
|
|
|
{{template "footer" .}}
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
{{end}}
|
|
|
|
{{template "base" .}}
|