Skip to content

Commit 168d930

Browse files
committed
add README
1 parent b11be87 commit 168d930

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1-
# connect-key-binding
2-
Repository for managing "connect-key-binding" as part of OpenID Foundation AB-Connect Working Group
1+
# OpenID Connect Key Binding 1.0
2+
3+
This repository contains the OpenID Connect Key Binding 1.0 draft specification.
4+
5+
6+
## Overview
7+
8+
Some applications use proof of possession of a private key for authentication. OpenID Connect provides a protocol to delegate authentication and obtain identity claims to another service. This document specifies an extension to the OpenID Connect flow to bind a public key to an OpenID Connect ID Token.
9+
10+
## Status
11+
12+
This document is currently being worked on by the OpenID Foundation AB/Connect Working Group.
13+
14+
## Builds
15+
16+
You can view the latest editors' draft at [https://openid.github.io/connect-key-binding/main.html](https://openid.github.io/connect-key-binding/main.html).
17+
18+
Previews for each branch of this project are automatically built and published at the URL https://openid.github.io/connect-key-binding/$branchname.html.
19+
Previews for branches associated with pending Pull Requests are accessible using this pattern.

0 commit comments

Comments
 (0)