This repository contains the OpenID Provider Commands specification.
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.
News about OpenID Provider Commands is available at the OpenID Foundation website here.
The latest released draft of the specification is available at https://openid.net/specs/openid-provider-commands-1_0.html.
You can view the latest editors' draft at 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.
To get started working on the OpenID Provider Commands specification, clone this repository and review the documentation provided in the root directory.
git clone https://github.com/openid/openid-provider-commands.git
cd openid-provider-commands
Please read the CONTRIBUTING.md to learn how to contribute to this project.
For further information and to get involved, please visit the OpenID Connect Working Group website.