-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Expose /.well-known/jwks-okta for Okta API services type App #50040
Conversation
"github.com/gravitational/teleport/lib/jwt" | ||
"github.com/gravitational/trace" | ||
) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jwks(...)
was moved from lib/web/oidcidp.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No changes, correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No changes.
52611c0
to
ddb3434
Compare
"github.com/gravitational/teleport/lib/jwt" | ||
"github.com/gravitational/trace" | ||
) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No changes, correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after addressing https://github.com/gravitational/teleport/pull/50040/files#r1880383126
a496200
to
0748be2
Compare
@kopiczko - this PR will require admin approval to merge due to its size. Consider breaking it up into a series smaller changes. |
WTH, something went very wrong with my squash |
a496200
to
3a65dad
Compare
3a65dad
to
ba94e66
Compare
🤖 Vercel preview here: https://docs-el80x8180-goteleport.vercel.app/docs |
ba94e66
to
27b69fb
Compare
Thanks @codingllama for trough review |
Issue https://github.com/gravitational/teleport.e/issues/5517
When configured to use OAuth credentials Okta client uses JWT tokens signed with Okta CA. We need to expose JWKS URL to be able to easily configure public key for signature verification.
changelog: Expose /.well-known/jwks-okta public endpoint for Okta API services type App.