https://github.com/openid/federation
OpenID Federation 1.0
https://github.com/openid/federation
Last synced: 5 months ago
JSON representation
OpenID Federation 1.0
- Host: GitHub
- URL: https://github.com/openid/federation
- Owner: openid
- Created: 2024-06-14T13:26:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-31T18:46:53.000Z (5 months ago)
- Last Synced: 2026-02-01T06:47:35.400Z (5 months ago)
- Homepage:
- Size: 6.71 MB
- Stars: 25
- Watchers: 17
- Forks: 14
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# OpenID Federation 1.0
The OpenID Federation specification defines protocols and guidelines for implementing federated infrastructures among different domains and services.
## Overview
OpenID Federation 1.0 is:
- a technical specification that defines how to evaluate Trust from a technical perspective,
- a technology that defines how to build trust infrastructures,
- a system for securely establishing the interoperability of participants.
## Releases
The latest released draft of the specification is available at [https://openid.net/specs/openid-federation-1_0.html](https://openid.net/specs/openid-federation-1_0.html).
The most recent Implementer's Draft is [https://openid.net/specs/openid-federation-1_0-ID4.html](https://openid.net/specs/openid-federation-1_0-ID4.html).
## Current Builds
The latest editors' draft is [https://openid.github.io/federation/main.html](https://openid.github.io/federation/main.html).
Previews for each branch of this project are automatically built and published at the URL https://openid.github.io/federation/$branchname.html.
Previews for branches associated with pending Pull Requests are accessible using this pattern.
## News
News about OpenID Federation is available at the OpenID Foundation website [here](https://openid.net/tag/federation/).
## Working on the Specification
To get started working on the OpenID Federation specification, clone this repository and review the documentation provided in the root directory.
````bash
git clone https://github.com/openid/federation.git
cd federation
````
Read [CONTRIBUTING.md](CONTRIBUTING.md) to learn how to contribute to this project.
## Contact Info
For further information and to get involved, visit the [OpenID Connect Working Group website](https://openid.net/wg/connect/).