Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andifalk committed May 16, 2019
1 parent ba31164 commit d7ddb1a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Binary file added docs/images/kubernetes_session.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/index.html
Expand Up @@ -68,6 +68,12 @@ <h3>Novatec Offices</h3>
<img class="plain" src="images/novatec_offices.png">
</p>
</section>
<section>
<p>
<img class="plain" src="images/kubernetes_session.png">
</p>
<p style="color: #0000bf">Session tomorrow at 18:00</p>
</section>
<section>
<h1>Agenda</h1>
<p>Intro to OAuth 2.0</p>
Expand Down Expand Up @@ -233,6 +239,23 @@ <h4>PKCE - Token Request</h4>
<p style="text-align: left; margin-left: 60px;">&client_id=123&client_secret=456</p>
<p style="text-align: left; margin-left: 60px; color: red;">&code_verifier=4gth4jn78k_8</p>
</section>
<section>
<h3>OAuth 2 Access Token JWT Profile</h3>
<p>Required claims: iss, exp, aud, sub, client_id</p>
<p>Consider privacy restrictions for identity claims</p>
<p>Authorization claims according to SCIM Core (RFC7643):</p>
<ul>
<li>Groups</li>
<li>Entitlements</li>
<li>Roles</li>
</ul>
<p>
<small>
<a href="https://tools.ietf.org/pdf/rfc7643.pdf">System for Cross-domain Identity Management (SCIM)</a><br>
<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>
</small>
</p>
</section>
</section>

<!-- OpenID Connect 1.0 -->
Expand Down

0 comments on commit d7ddb1a

Please sign in to comment.