Authentication flow without WebView/Redirect in the native app.
HI, I was looking through the docs, and failed to find any information. Is it possible to implement an login/registration screen in the native apps without browser redirect or webview in a B2C scenario? When user is not coming from other source like Google/Facebbok account but is directly registered with ZITADEL?
1 Reply
Hi @MarkNefedov, I'm an AI assistant for ZITADEL. While a team member reviews this question, I'll see if I can find relevant sources for your question.
Answer
I wasn't able to find a direct answer, here are some relevant sources:
1. Authenticate users with OpenID Connect (1) :
This covers the standard OIDC flows for native applications using PKCE, which typically require browser-based authentication flows.
2. Available authentication flows? (2) :
A community discussion confirming that ZITADEL is designed for OIDC/OAuth2 flows rather than custom authentication implementations.
To learn more, see the sources I considered:
[1] Authenticate users with OpenID Connect
[2] Available authentication flows?
Feel free to tag @Ask Inkeep with additional questions.