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

Add info endpoint #27

Merged
merged 2 commits into from
Jun 12, 2018
Merged

Add info endpoint #27

merged 2 commits into from
Jun 12, 2018

Conversation

dpanayotov
Copy link
Member

@dpanayotov dpanayotov commented May 16, 2018

Addresses issue #26

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.

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

Copy link
Contributor

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.
Copy link
Contributor

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!

@georgifarashev georgifarashev merged commit f56fcf8 into master Jun 12, 2018
@georgifarashev georgifarashev deleted the info branch June 12, 2018 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants