Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpk/oauth-authorization-server-discovery
This specification enables an OAuth resource server to indicate the authorization server it is protected by.
https://github.com/aaronpk/oauth-authorization-server-discovery
api oauth oauth2
Last synced: 12 days ago
JSON representation
This specification enables an OAuth resource server to indicate the authorization server it is protected by.
- Host: GitHub
- URL: https://github.com/aaronpk/oauth-authorization-server-discovery
- Owner: aaronpk
- License: other
- Created: 2022-11-15T19:30:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T01:17:04.000Z (7 months ago)
- Last Synced: 2024-04-13T23:01:44.650Z (7 months ago)
- Topics: api, oauth, oauth2
- Language: Makefile
- Homepage: https://datatracker.ietf.org/doc/draft-parecki-oauth-authorization-server-discovery/
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# OAuth 2.0 Authorization Server Discovery
This is the working area for the individual Internet-Draft, "OAuth 2.0 Authorization Server Discovery".
* [Editor's Copy](https://aaronpk.github.io/oauth-authorization-server-discovery/#go.draft-parecki-oauth-authorization-server-discovery.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-parecki-oauth-authorization-server-discovery)
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-parecki-oauth-authorization-server-discovery)## Contributing
See the
[guidelines for contributions](https://github.com/aaronpk/oauth-authorization-server-discovery/blob/main/CONTRIBUTING.md).Contributions can be made by creating pull requests.
The GitHub interface supports creating pull requests using the Edit (✏) button.## Command Line Usage
Formatted text and HTML versions of the draft can be built using `make`.
```sh
$ make
```Command line usage requires that you have the necessary software installed. See
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).