https://github.com/openid/rp-metadata-choices
Enables RPs to express a set of supported values for RP metadata parameters
https://github.com/openid/rp-metadata-choices
Last synced: 4 months ago
JSON representation
Enables RPs to express a set of supported values for RP metadata parameters
- Host: GitHub
- URL: https://github.com/openid/rp-metadata-choices
- Owner: openid
- Created: 2024-10-30T00:51:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-24T15:52:03.000Z (about 1 year ago)
- Last Synced: 2025-06-23T11:57:09.970Z (about 1 year ago)
- Homepage:
- Size: 231 KB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# OpenID Connect Relying Party Metadata Choices 1.0
This repository contains the OpenID Connect Relying Party Metadata Choices specification.
This specification extends the OpenID Connect Dynamic Client Registration 1.0 specification to enable RPs to express a set of supported values for some RP metadata parameters, rather than just single values. This functionality is particularly useful when Automatic Registration, as defined in OpenID Federation 1.0, is used, since there is no registration response from the OP to tell the RP what choices were made by the OP.
## Builds
The latest released draft of the specification is available at [https://openid.net/specs/openid-connect-rp-metadata-choices-1_0.html](https://openid.net/specs/openid-connect-rp-metadata-choices-1_0.html).
You can view the latest editors' draft at [https://openid.github.io/rp-metadata-choices/main.html](https://openid.github.io/rp-metadata-choices/main.html).
Previews for each branch of this project are automatically built and published at the URL https://openid.github.io/rp-metadata-choices/$branchname.html.
Previews for branches associated with pending Pull Requests are accessible using this pattern.
## Build the HTML ##
```docker run -v `pwd`:/data danielfett/markdown2rfc openid-connect-rp-metadata-choices-1_0.md```
## Contact
For further information and to get involved, please visit the [OpenID Connect Working Group website](https://openid.net/wg/connect/).