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

feat(oidc): client credentials grant type #5729

Merged
merged 4 commits into from
Jul 30, 2023

Conversation

james-d-elliott
Copy link
Member

Adds support for the client credentials grant type.

@authelia
Copy link

authelia bot commented Jul 30, 2023

Artifacts

These changes are published for testing on Buildkite, DockerHub and GitHub Container Registry.

Docker Container

  • docker pull authelia/authelia:feat-oidc-grant-type-cc
  • docker pull ghcr.io/authelia/authelia:feat-oidc-grant-type-cc

@netlify
Copy link

netlify bot commented Jul 30, 2023

Deploy Preview for authelia-staging ready!

Name Link
🔨 Latest commit cdc3cc7
🔍 Latest deploy log https://app.netlify.com/sites/authelia-staging/deploys/64c650ffea1156000867aa7d
😎 Deploy Preview https://deploy-preview-5729--authelia-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@james-d-elliott james-d-elliott force-pushed the feat-oidc-grant-type-cc branch 2 times, most recently from afbce3a to 821eeb0 Compare July 30, 2023 11:57
Adds support for the client credentials grant type.

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Jul 30, 2023

Codecov Report

Merging #5729 (e539f5c) into master (662dbd3) will increase coverage by 0.08%.
Report is 1 commits behind head on master.
The diff coverage is 90.90%.

❗ Current head e539f5c differs from pull request most recent head 5a1d2d1. Consider uploading reports for the commit 5a1d2d1 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5729      +/-   ##
==========================================
+ Coverage   72.79%   72.88%   +0.08%     
==========================================
  Files         276      276              
  Lines       22880    22885       +5     
  Branches      438      438              
==========================================
+ Hits        16656    16680      +24     
+ Misses       5497     5480      -17     
+ Partials      727      725       -2     
Flag Coverage Δ
backend 74.22% <90.90%> (+0.14%) ⬆️
frontend 56.17% <ø> (-0.59%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
internal/handlers/handler_oidc_token.go 47.72% <0.00%> (ø)
...rnal/configuration/validator/identity_providers.go 99.35% <100.00%> (+<0.01%) ⬆️
internal/oidc/discovery.go 100.00% <100.00%> (ø)

... and 4 files with indirect coverage changes

@james-d-elliott james-d-elliott enabled auto-merge (squash) July 30, 2023 23:22
@james-d-elliott james-d-elliott merged commit b829e1b into master Jul 30, 2023
47 checks passed
@james-d-elliott james-d-elliott deleted the feat-oidc-grant-type-cc branch July 30, 2023 23:42
@james-d-elliott james-d-elliott modified the milestones: v4.39.0, v4.38.0 Aug 2, 2023
@james-d-elliott james-d-elliott added the area/openid-connect OpenID Connect 1.0 / OAuth 2.0 related features/bugs label Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/openid-connect OpenID Connect 1.0 / OAuth 2.0 related features/bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant