Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit a54c0b4

Browse files
Jackson MorganJackson Morgan
Jackson Morgan
authored and
Jackson Morgan
committed
Added link to Application Workflow Detailed
1 parent e1725a1 commit a54c0b4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ as most LDP-based systems. It is based on decentralized OAuth2/OpenID Connect.
2121
- [Issuer Discovery From Link Header](#issuer-discovery-from-link-header)
2222
- [Issuer Discovery From WebID Profile](#issuer-discovery-from-webid-profile)
2323
* [Detailed Sign In Workflow Example](#detailed-sign-in-workflow-example)
24-
* [Detailed Application Workflow Example](#detailed-application-workflow-example)
24+
* [Workflow Example for Tokens Representing the App Itself](#detailed-app-centric-workflow)
25+
* [Workflow Example for Tokens Representing a User via App Itesef](#detailed-user-app-centric-workflow)
2526
* [Decentralized Authentication Glossary](#decentralized-authentication-glossary)
2627

2728
## Introduction
@@ -326,12 +327,18 @@ The solution employs [Proof of Possession (PoP) tokens](https://tools.ietf.org/h
326327
To walk through a more detailed example for WebID-OIDC login, refer to the
327328
[Example WebID-OIDC Workflow](example-workflow.md) doc.
328329

329-
## Detailed Application Workflow Example
330+
## Detailed App Centric Workflow
330331

331332
For a detailed example of how an application/agent can access resources in a
332333
pod on behalf of a given user, refer to the
333334
[Example Application OIDC Workflow](application-workflow.md).
334335

336+
## Detailed App User Centric Workflow
337+
338+
For a detailed example of how an application/agent can gain a token representing
339+
the user via the application, refer to the
340+
[Example Application User OIDC Workflow](application-workflow-detailed.md).
341+
335342
## Decentralized Authentication Glossary
336343

337344
In order to discuss decentralized authentication protocol details, it would be

0 commit comments

Comments
 (0)