zitadel-oidc/example/server/storage
Emil Bektimirov 8e298791d7
feat: Token Exchange (RFC 8693) (#255)
This change implements OAuth2 Token Exchange in OP according to RFC 8693 (and client code)

Some implementation details:

- OP parses and verifies subject/actor tokens natively if they were issued by OP
- Third-party tokens verification is also possible by implementing additional storage interface
- Token exchange can issue only OP's native tokens (id_token, access_token and refresh_token) with static issuer
2023-02-19 15:57:46 +02:00
..
client.go feat: Token Exchange (RFC 8693) (#255) 2023-02-19 15:57:46 +02:00
oidc.go feat: Token Exchange (RFC 8693) (#255) 2023-02-19 15:57:46 +02:00
storage.go feat: Token Exchange (RFC 8693) (#255) 2023-02-19 15:57:46 +02:00
storage_dynamic.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
token.go chore: Make example/server usable for tests (#205) 2022-09-30 07:44:10 +02:00
user.go feat: Token Exchange (RFC 8693) (#255) 2023-02-19 15:57:46 +02:00