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 credential authorization #793

Merged
merged 1 commit into from
Sep 15, 2022

Conversation

aholovko
Copy link
Contributor

@aholovko aholovko commented Sep 14, 2022

Closes #751

Signed-off-by: Andrii Holovko [email protected]

@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Merging #793 (ef1700d) into main (94bb19a) will increase coverage by 0.17%.
The diff coverage is 94.02%.

@@            Coverage Diff             @@
##             main     #793      +/-   ##
==========================================
+ Coverage   87.84%   88.02%   +0.17%     
==========================================
  Files          54       55       +1     
  Lines        3785     3825      +40     
==========================================
+ Hits         3325     3367      +42     
+ Misses        267      266       -1     
+ Partials      193      192       -1     
Impacted Files Coverage Δ
pkg/restapi/v1/verifier/controller.go 93.19% <92.59%> (+3.36%) ⬆️
cmd/vc-rest/startcmd/start.go 84.18% <100.00%> (+0.18%) ⬆️
pkg/restapi/v1/mw/api_key_auth.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@aholovko aholovko changed the title feat: add support OIDC client credential authorization feat: OIDC client credential authorization Sep 14, 2022
@rolsonquadras rolsonquadras merged commit bdd885e into trustbloc:main Sep 15, 2022
@aholovko aholovko deleted the auth branch September 15, 2022 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support OIDC Client Credential Authorization
3 participants