Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: webhook circuit breaker guide #75

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

subomi
Copy link
Contributor

@subomi subomi commented Nov 15, 2024

sequenceDiagram
    participant Customer as Customer Convoy Instance
    participant Proxy as SSOReady Proxy
    participant SaaS as SSOReady SaaS
    participant IdP as Identity Provider

    Customer ->> Proxy: Generate Redirect URI
    Proxy -->> Customer: Return Redirect URI
    Customer ->> IdP: Redirect User to Login
    IdP -->> SaaS: Redirect User with Token
    SaaS -->> Proxy: Redirect User with Token
    Proxy ->> SaaS: Validate Token
    SaaS -->> Proxy: Cache User Object
    Proxy -->> Customer: Redirect User with Masked Token
    Customer ->> Proxy: Validate Masked Token
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant