Skip to content

Commit d7ddb1a

Browse files
committed
update docs
1 parent ba31164 commit d7ddb1a

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/images/kubernetes_session.png

1010 KB
Loading

docs/index.html

+23
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ <h3>Novatec Offices</h3>
6868
<img class="plain" src="images/novatec_offices.png">
6969
</p>
7070
</section>
71+
<section>
72+
<p>
73+
<img class="plain" src="images/kubernetes_session.png">
74+
</p>
75+
<p style="color: #0000bf">Session tomorrow at 18:00</p>
76+
</section>
7177
<section>
7278
<h1>Agenda</h1>
7379
<p>Intro to OAuth 2.0</p>
@@ -233,6 +239,23 @@ <h4>PKCE - Token Request</h4>
233239
<p style="text-align: left; margin-left: 60px;">&client_id=123&client_secret=456</p>
234240
<p style="text-align: left; margin-left: 60px; color: red;">&code_verifier=4gth4jn78k_8</p>
235241
</section>
242+
<section>
243+
<h3>OAuth 2 Access Token JWT Profile</h3>
244+
<p>Required claims: iss, exp, aud, sub, client_id</p>
245+
<p>Consider privacy restrictions for identity claims</p>
246+
<p>Authorization claims according to SCIM Core (RFC7643):</p>
247+
<ul>
248+
<li>Groups</li>
249+
<li>Entitlements</li>
250+
<li>Roles</li>
251+
</ul>
252+
<p>
253+
<small>
254+
<a href="https://tools.ietf.org/pdf/rfc7643.pdf">System for Cross-domain Identity Management (SCIM)</a><br>
255+
<a href="https://tools.ietf.org/html/draft-ietf-oauth-access-token-jwt">JSON Web Token (JWT) Profile for OAuth 2.0 Access Tokens</a>
256+
</small>
257+
</p>
258+
</section>
236259
</section>
237260

238261
<!-- OpenID Connect 1.0 -->

0 commit comments

Comments
 (0)