Add Client grant to authorization server. ONC (#4096)
commit8cd9c94f7b1d2dbe5c23a835f03ecd5b4c408f33
authorJerry Padgett <sjpadgett@gmail.com>
Wed, 16 Dec 2020 15:56:02 +0000 (16 10:56 -0500)
committerGitHub <noreply@github.com>
Wed, 16 Dec 2020 15:56:02 +0000 (16 10:56 -0500)
treed126deb9158634e8c99ce23da148d149140d7a36
parent72f64ccf033a25df99546f44f7d5612873afe15b
Add Client grant to authorization server. ONC (#4096)

* Add Client grant to authorization server. ONC
- first bring forward LBF title length and word wrap.

* - db fixup

* - fixup for patient report can't render docs

* - this gets the oauth compliant client_grant in

* - add static supported claims and scopes
- add integration with ClaimExtractor
- changed oidc discovery to support
- add http options from Stephens PR. This will be in sooner.

* - database support for registration

* - register additions

* - fix password grant
_rest_config.php
interface/forms/LBF/new.php
interface/patient_file/report/custom_report.php
interface/super/edit_layout.php
oauth2/provider/.well-known/discovery.php
sql/5_0_2-to-6_0_0_upgrade.sql
sql/database.sql
src/Common/Auth/OpenIDConnect/Entities/UserEntity.php
src/Common/Auth/OpenIDConnect/Repositories/ScopeRepository.php
src/Common/Auth/OpenIDConnect/Repositories/UserRepository.php
src/RestControllers/AuthorizationController.php