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

providers/oauth2: initial client_credentials grant support #2437

Merged
merged 1 commit into from Mar 5, 2022

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Mar 5, 2022

Signed-off-by: Jens Langhammer jens.langhammer@beryju.org

Details

  • Does this resolve an issue?
    Resolves #

Changes

New Features

  • Adds feature which does x, y, and z.

Breaking Changes

  • Adds breaking change which causes <issue>.

Additional

Any further notes or comments you want to make.

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
@BeryJu BeryJu self-assigned this Mar 5, 2022
@netlify
Copy link

netlify bot commented Mar 5, 2022

✔️ Deploy Preview for authentik ready!

🔨 Explore the source changes: 52e7c8f

🔍 Inspect the deploy log: https://app.netlify.com/sites/authentik/deploys/6223ceb751d5090007ada04a

😎 Browse the preview: https://deploy-preview-2437--authentik.netlify.app

@codecov
Copy link

codecov bot commented Mar 5, 2022

Codecov Report

Merging #2437 (52e7c8f) into master (680d4fc) will decrease coverage by 0.05%.
The diff coverage is 94.40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2437      +/-   ##
==========================================
- Coverage   91.58%   91.54%   -0.04%     
==========================================
  Files         452      453       +1     
  Lines       19620    19721     +101     
==========================================
+ Hits        17967    18051      +84     
- Misses       1653     1670      +17     
Impacted Files Coverage Δ
authentik/providers/oauth2/views/provider.py 100.00% <ø> (ø)
authentik/providers/oauth2/views/token.py 82.07% <88.53%> (+4.99%) ⬆️
authentik/core/auth.py 100.00% <100.00%> (ø)
authentik/providers/oauth2/constants.py 100.00% <100.00%> (ø)
authentik/providers/oauth2/errors.py 83.08% <100.00%> (ø)
...ders/oauth2/tests/test_token_client_credentials.py 100.00% <100.00%> (ø)
authentik/events/models.py 75.58% <0.00%> (-7.25%) ⬇️
authentik/events/tasks.py 85.34% <0.00%> (-4.00%) ⬇️
authentik/stages/email/tasks.py 86.45% <0.00%> (-1.69%) ⬇️
authentik/policies/models.py 97.37% <0.00%> (+2.64%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 680d4fc...52e7c8f. Read the comment docs.

@BeryJu BeryJu merged commit 920d1f1 into master Mar 5, 2022
@BeryJu BeryJu deleted the providers/oauth-credentials-grant branch March 5, 2022 22:24
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