-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add documentation for new Identity Token .well-known
endpoint used for Plugin WIF
#25469
Conversation
CI Results: |
Build Results: |
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.
Thanks @vinay-gopalan
@@ -441,10 +441,43 @@ $ curl \ | |||
|
|||
```json | |||
{ | |||
"issuer": "https://example.com:1234", | |||
"issuer": "https://example.com/v1/identity/oidc", |
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.
Thanks!
@schavis I have made the changes that you had requested. Could you give the PR another review whenever you get the chance, thanks! 🙏🏼 |
Adds documentation for the endpoint added to Vault in #24898.