From e5062e2f0e6627898a65782e4759d1280e578251 Mon Sep 17 00:00:00 2001 From: Jackson Morgan Date: Mon, 5 Aug 2019 13:06:53 -0400 Subject: [PATCH] Added link to Application Workflow Detailed --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b65189..5ca829f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ as most LDP-based systems. It is based on decentralized OAuth2/OpenID Connect. - [Issuer Discovery From Link Header](#issuer-discovery-from-link-header) - [Issuer Discovery From WebID Profile](#issuer-discovery-from-webid-profile) * [Detailed Sign In Workflow Example](#detailed-sign-in-workflow-example) -* [Detailed Application Workflow Example](#detailed-application-workflow-example) +* [Workflow Example for Tokens Representing the App Itself](#detailed-app-centric-workflow) +* [Workflow Example for Tokens Representing a User via App Itesef](#detailed-user-app-centric-workflow) * [Decentralized Authentication Glossary](#decentralized-authentication-glossary) ## Introduction @@ -330,12 +331,18 @@ The solution employs [Proof of Possession (PoP) tokens](https://tools.ietf.org/h To walk through a more detailed example for WebID-OIDC login, refer to the [Example WebID-OIDC Workflow](example-workflow.md) doc. -## Detailed Application Workflow Example +## Detailed App Centric Workflow For a detailed example of how an application/agent can access resources in a pod on behalf of a given user, refer to the [Example Application OIDC Workflow](application-workflow.md). +## Detailed App User Centric Workflow + +For a detailed example of how an application/agent can gain a token representing +the user via the application, refer to the +[Example Application User OIDC Workflow](application-workflow-detailed.md). + ## Decentralized Authentication Glossary In order to discuss decentralized authentication protocol details, it would be