Skip to content

Commit

Permalink
added sections
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatsharma authored and oasisk committed Dec 31, 2024
1 parent b3f0122 commit cf2e0c8
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,28 @@ tags:
- enterprise
---

## Introduction

Note: Applicable to enterprise version (Free to download and use if daily ingestion volume is under 200 GB)

TODO:

- Why this blog? Calling APIs in SSO mode
- How do we solve this? Through service accounts. 2 Scenarios

### Making APIs accessible
TODO: Why service accounts?
TOD: How OpenFGA fits in.

### Local auth mode
TODO: How does this work?

### SSO mode
TODO: How does this work?


## What is token exchange?

[OAuth 2.0 Token Exchange (RFC8693)](https://datatracker.ietf.org/doc/html/rfc8693) allows client obtaining a token in exchange of token acquired from same IdP or different IdP to access resources with newly acquired token.

Token exchange is particularly useful in scenarios where token adaptation is required to meet specific access needs, such as:
Expand Down

0 comments on commit cf2e0c8

Please sign in to comment.