]> BookStack Code Mirror - bookstack/commit
Started refactor for merge of OIDC
authorDan Brown <redacted>
Wed, 6 Oct 2021 16:12:01 +0000 (17:12 +0100)
committerDan Brown <redacted>
Wed, 6 Oct 2021 16:12:01 +0000 (17:12 +0100)
commit2ec0aa85cab7c09f45589af6b05a053d44a8ca46
tree30dd0eb468cb56fff26842c340b830ab54ba7c71
parent193d7fb3fe71a76a43ebc1ccdb617b4b627d1e09
Started refactor for merge of OIDC

- Made oidc config more generic to not be overly reliant on the library
  based upon learnings from saml2 auth.
- Removed any settings that are redundant or not deemed required for
  initial implementation.
- Reduced some methods down where not needed.
- Renamed OpenID to OIDC
- Updated .env.example.complete to align with all options and their
  defaults

Related to #2169
.env.example.complete
app/Auth/Access/ExternalAuthService.php
app/Auth/Access/OpenIdService.php
app/Auth/Access/Saml2Service.php
app/Config/oidc.php [new file with mode: 0644]
app/Config/openid.php [deleted file]
composer.lock