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

Commit

Permalink
Added link to Application Workflow Detailed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Morgan authored and Jackson Morgan committed Aug 5, 2019
1 parent e1725a1 commit a54c0b4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -326,12 +327,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
Expand Down

0 comments on commit a54c0b4

Please sign in to comment.