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: jwt profile grant #56

Merged
merged 38 commits into from Sep 16, 2020
Merged

feat: jwt profile grant #56

merged 38 commits into from Sep 16, 2020

Conversation

livio-a
Copy link
Member

@livio-a livio-a commented Sep 15, 2020

No description provided.

@codecov
Copy link

codecov bot commented Sep 16, 2020

Codecov Report

Merging #56 into master will decrease coverage by 1.89%.
The diff coverage is 0.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
- Coverage   13.09%   11.20%   -1.90%     
==========================================
  Files          23       24       +1     
  Lines         962     1125     +163     
==========================================
  Hits          126      126              
- Misses        834      997     +163     
  Partials        2        2              
Impacted Files Coverage Δ
pkg/op/discovery.go 18.91% <0.00%> (-0.80%) ⬇️
pkg/op/keys.go 0.00% <0.00%> (ø)
pkg/op/op.go 0.00% <0.00%> (ø)
pkg/op/probes.go 0.00% <0.00%> (ø)
pkg/op/session.go 0.00% <0.00%> (ø)
pkg/op/signer.go 8.33% <ø> (ø)
pkg/op/token.go 0.00% <0.00%> (ø)
pkg/op/tokenrequest.go 0.00% <0.00%> (ø)
pkg/op/userinfo.go 0.00% <0.00%> (ø)
pkg/op/verifier_id_token_hint.go 0.00% <0.00%> (ø)
... and 8 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 bcb6acb...c90a9d5. Read the comment docs.

@adlerhurst adlerhurst added the enhancement New feature or request label Sep 16, 2020
@adlerhurst adlerhurst marked this pull request as ready for review September 16, 2020 13:56
pkg/oidc/verifier.go Outdated Show resolved Hide resolved
pkg/oidc/verifier.go Outdated Show resolved Hide resolved
Comment on lines +92 to +98
// ScopesSupported: oidc.SupportedScopes,
// ResponseTypesSupported: responseTypes,
// GrantTypesSupported: oidc.SupportedGrantTypes,
// ClaimsSupported: oidc.SupportedClaims,
// IdTokenSigningAlgValuesSupported: []string{keys.SigningAlgorithm},
// SubjectTypesSupported: []string{"public"},
// TokenEndpointAuthMethodsSupported:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove if not used

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added TODO: add to config after updating Configuration interface for DiscoveryConfig

@hifabienne hifabienne merged commit e96815f into master Sep 16, 2020
@hifabienne hifabienne deleted the service-accounts branch September 16, 2020 14:58
@github-actions
Copy link

🎉 This PR is included in version 0.9.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants