Skip to content

Two-steps based auth flow - #90

Open
armanddidierjean wants to merge 5 commits into
devfrom
token-based-oidc
Open

Two-steps based auth flow#90
armanddidierjean wants to merge 5 commits into
devfrom
token-based-oidc

Conversation

@armanddidierjean

@armanddidierjean armanddidierjean commented Aug 8, 2026

Copy link
Copy Markdown

Instead of email/password, the OAuth 2.0 / OIDC authentication flow now requires a auth scoped JWT. This token can be fetched by email/password with the endpoint: /auth/simple_token flow

Requires ProximApp/CalypSSO#3

@armanddidierjean armanddidierjean added enhancement New feature or request auth labels Aug 8, 2026
url = redirect_uri + "?error=" + e.detail
if authorizereq.state:
url += "&state=" + authorizereq.state
return RedirectResponse(url, status_code=status.HTTP_302_FOUND)
OAuth2.0/OIDC auth flow requires an auth scoped token, instead of email/password
@codecov

codecov Bot commented Aug 8, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 95.45455% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
app/core/auth/endpoints_auth.py 94.44% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auth enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants