-
Notifications
You must be signed in to change notification settings - Fork 4
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 info endpoint #27
Conversation
api.md
Outdated
| Name | Type | Description | | ||
| ---- | ---- | ----------- | | ||
| token_issuer_url* | string | URL of the token issuer. The token issuer MUST have a public endpoint `/.well-known/openid-configuration` | | ||
\* Fields with an asterisk are REQUIRED. |
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.
Add a new line so that Fields with an asterisk are REQUIRED
is not in the table
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.
So in this example a client should GET https://example.com/.well-known/openid-configuration right?
What is returned by this endpoint? How clients should use it?
If it is some standard format, add a reference to more info.
I just checked CF UAA provides this endpoint. Great!
api.md
Outdated
| Name | Type | Description | | ||
| ---- | ---- | ----------- | | ||
| token_issuer_url* | string | URL of the token issuer. The token issuer MUST have a public endpoint `/.well-known/openid-configuration` | | ||
\* Fields with an asterisk are REQUIRED. |
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.
So in this example a client should GET https://example.com/.well-known/openid-configuration right?
What is returned by this endpoint? How clients should use it?
If it is some standard format, add a reference to more info.
I just checked CF UAA provides this endpoint. Great!
Addresses issue #26