]> BookStack Code Mirror - bookstack/commit
Added token and key handling elements for oidc jwt
authorDan Brown <redacted>
Mon, 11 Oct 2021 18:05:16 +0000 (19:05 +0100)
committerDan Brown <redacted>
Mon, 11 Oct 2021 18:05:16 +0000 (19:05 +0100)
commit8c01c55684e64dbcafd71b6bb9af12ef77b0e39f
tree8780f7c0099e81e3096560d8b2e113120db8a541
parent8ce696dff62afc9a366f95231fe03a25078b4ce1
Added token and key handling elements for oidc jwt

- Got basic signing support and structure checking done.
- Need to run through actual claim checking before providing details
  back to app.
app/Auth/Access/LoginService.php
app/Auth/Access/OpenIdConnect/InvalidKeyException.php [new file with mode: 0644]
app/Auth/Access/OpenIdConnect/InvalidTokenException.php [new file with mode: 0644]
app/Auth/Access/OpenIdConnect/JwtSigningKey.php [new file with mode: 0644]
app/Auth/Access/OpenIdConnect/OpenIdConnectAccessToken.php [new file with mode: 0644]
app/Auth/Access/OpenIdConnect/OpenIdConnectIdToken.php [new file with mode: 0644]
app/Auth/Access/OpenIdConnect/OpenIdConnectOAuthProvider.php [moved from app/Auth/Access/OpenIdConnectOAuthProvider.php with 84% similarity]
app/Auth/Access/OpenIdConnect/OpenIdConnectService.php [moved from app/Auth/Access/OpenIdConnectService.php with 87% similarity]
app/Http/Controllers/Auth/OpenIdConnectController.php
composer.json
composer.lock