https://github.com/openid/openid-provider-commands
https://github.com/openid/openid-provider-commands
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openid/openid-provider-commands
- Owner: openid
- Created: 2025-03-07T18:31:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-25T13:59:14.000Z (9 months ago)
- Last Synced: 2025-09-25T15:36:35.264Z (9 months ago)
- Size: 312 KB
- Stars: 2
- Watchers: 10
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# OpenID Provider Commands 1.0
This repository contains the OpenID Provider Commands specification.
## Overview
OpenID Provider (OP) Commands complements OpenID Connect by introducing a set of Commands for an OP to directly manage an end-user Account at an RP. These Commands enable an OP to activate, maintain, suspend, reactivate, archive, restore, delete, and unauthorize an end-user Account. Command Tokens build on the OpenID Connect ID Token schema and verification, simplifying adoption by RPs.
## Status
News about OpenID Provider Commands is available at the OpenID Foundation website [here](https://openid.net/tag/op-commands/).
The latest released draft of the specification is available at [https://openid.net/specs/openid-provider-commands-1_0.html](https://openid.net/specs/openid-provider-commands-1_0.html).
## Builds
You can view the latest editors' draft at [https://openid.github.io/openid-provider-commands/main.html](https://openid.github.io/openid-provider-commands/main.html).
Previews for each branch of this project are automatically built and published at the URL https://openid.github.io/openid-provider-commands/$branchname.html.
Previews for branches associated with pending Pull Requests are accessible using this pattern.
## Getting Started
To get started working on the OpenID Provider Commands specification, clone this repository and review the documentation provided in the root directory.
````bash
git clone https://github.com/openid/openid-provider-commands.git
cd openid-provider-commands
````
Please read the [CONTRIBUTING.md](CONTRIBUTING.md) to learn how to contribute to this project.
## Contact
For further information and to get involved, please visit the [OpenID Connect Working Group website](https://openid.net/wg/connect/).