-
from auth0
Setting in client Is useful for first party application. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hello @sdandroid I understand what you are trying to achieve, but we recommend to not use OAuth2.0 in first-party scenarios. If you are just looking for first party authentication, I recommend checking out Ory Kratos. |
Beta Was this translation helpful? Give feedback.
Hello @sdandroid
I understand what you are trying to achieve, but we recommend to not use OAuth2.0 in first-party scenarios.
It introduces unnecessary complexity, which leads to mistakes, which leads to security holes. Also it makes logout clunky, always requires a browser even on native apps, the list goes on...
This blogpost goes a bit more into details:
Why you probably do not need OAuth2 / OpenID Connect
Also Do You Need OAuth2?
If you are just looking for first party authentication, I recommend checking out Ory Kratos.