Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabled client_secret_basic authentication on requestClientCredentialsToken() #348

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Magentron
Copy link

@Magentron Magentron commented Nov 28, 2022

Fixes issue #347

List of common tasks a pull request require complete

  • Changelog entry is added or the pull request don't alter library's functionality

…/allow-client_secret_basic-on-request-token

* commit '102a5bba6c446beceb87d6f57dd337a0d34d12ec':
  Removed interface and added function that can be extended to add the jwe functionality
  Updated changelog
  Added id token jwe decryption
  set response as jwt when not jwe
  use correct types
  Added userInfo response type check to handle signed and encrypted responses

# Conflicts:
#	CHANGELOG.md
…t/master

* commit 'e46f108adf9be166f232edfe1e5315e6fcf168e5':
  chore: Update visibility of getWellKnownConfigValue to protected (jumbojett#363)
  chore: Update construct typehint in docblock (jumbojett#364)
  Update CHANGELOG.md
  docs: fix changelog format
  Correct variable docstring
  Fix if statement to throw error instead of bypass
  Add an extra check on $_REQUEST['state']
  Fix return type
  Removed interface and added function that can be extended to add the jwe functionality
  Remove unnecessary method overrides in UnitTest
  Add Changelog entry
  Fix LogoutToken verification for single value `aud` claims
  Updated changelog
  Added id token jwe decryption
  set response as jwt when not jwe
  use correct types
  Added userInfo response type check to handle signed and encrypted responses

# Conflicts:
#	CHANGELOG.md
* upstream/master:
  fix: Removed duplicate check on jwks_uri and only check if jwks_uri exists when needed (jumbojett#373)
  fix: Check if subject is equal to subject of id token when verifying JWT claims (jumbojett#406)
  fix: Cast SERVER_PORT to integer (jumbojett#404)
  chore(deps): bump actions/cache from 3 to 4 (jumbojett#417)
  chore(deps): bump actions/checkout from 2 to 4 (jumbojett#416)
  docs: Update README.md to correct addScope parameter type in 1.0.0 (jumbojett#405)
  chore: Update ci to support php 8.3 and add dependabot (jumbojett#407)
  release: 1.0.0 (jumbojett#402)
  Set the User-Agent regardless of GET or POST (jumbojett#382)
  fix: Update well known config value function response types (jumbojett#376)
  feat: set useragent (jumbojett#370)
  feat: php7.0 minimum requirement (jumbojett#327)

# Conflicts:
#	CHANGELOG.md
…est-token

* master:
  fix: Removed duplicate check on jwks_uri and only check if jwks_uri exists when needed (jumbojett#373)
  fix: Check if subject is equal to subject of id token when verifying JWT claims (jumbojett#406)
  fix: Cast SERVER_PORT to integer (jumbojett#404)
  chore(deps): bump actions/cache from 3 to 4 (jumbojett#417)
  chore(deps): bump actions/checkout from 2 to 4 (jumbojett#416)
  docs: Update README.md to correct addScope parameter type in 1.0.0 (jumbojett#405)
  chore: Update ci to support php 8.3 and add dependabot (jumbojett#407)
  release: 1.0.0 (jumbojett#402)
  Set the User-Agent regardless of GET or POST (jumbojett#382)
  fix: Update well known config value function response types (jumbojett#376)
  feat: set useragent (jumbojett#370)
  feat: php7.0 minimum requirement (jumbojett#327)
  updated composer.json added replace, updated README.md added notification about project forked from

# Conflicts:
#	CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant