You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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