An open API service indexing awesome lists of open source software.

https://github.com/openid/openid-provider-commands


https://github.com/openid/openid-provider-commands

Last synced: 5 months ago
JSON representation

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/).