]> BookStack Code Mirror - bookstack/commit
Got OIDC custom solution to a functional state
authorDan Brown <redacted>
Mon, 11 Oct 2021 22:00:45 +0000 (23:00 +0100)
committerDan Brown <redacted>
Mon, 11 Oct 2021 22:00:45 +0000 (23:00 +0100)
commit6b182a435a072666be3277a4f5da905f386217c1
tree61ed4e258e59d90e034d097ec00228e08473bf11
parent8c01c55684e64dbcafd71b6bb9af12ef77b0e39f
Got OIDC custom solution to a functional state

- Validation of all key/token elements now in place.
- Signing key system updated to work with jwk-style array or with
  file:// path to pem key.
app/Auth/Access/OpenIdConnect/JwtSigningKey.php
app/Auth/Access/OpenIdConnect/OpenIdConnectIdToken.php
app/Auth/Access/OpenIdConnect/OpenIdConnectService.php
app/Http/Controllers/Auth/LoginController.php
composer.json
composer.lock