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

Commit e5062e2

Browse files
Jackson Morgandmitrizagidulin
authored andcommitted
Added link to Application Workflow Detailed
1 parent 769341e commit e5062e2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
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
@@ -330,12 +331,18 @@ The solution employs [Proof of Possession (PoP) tokens](https://tools.ietf.org/h
330331
To walk through a more detailed example for WebID-OIDC login, refer to the
331332
[Example WebID-OIDC Workflow](example-workflow.md) doc.
332333

333-
## Detailed Application Workflow Example
334+
## Detailed App Centric Workflow
334335

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

340+
## Detailed App User Centric Workflow
341+
342+
For a detailed example of how an application/agent can gain a token representing
343+
the user via the application, refer to the
344+
[Example Application User OIDC Workflow](application-workflow-detailed.md).
345+
339346
## Decentralized Authentication Glossary
340347

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

0 commit comments

Comments
 (0)