Only need app-id to create users? Security risk? #5716
Replies: 2 comments 4 replies
-
|
@j-medinformatics please clarify how you view this as a potential security risk? If you want to do additional checks (such as the email has to be on a certain domain name etc.) you can use a confirmation function instead of a simple confirmation email. If you want even more control over who can create users in your app, you can alternatively use a third party service in combination with the JWT / custom token authentication provider. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
I'll go ahead and close this, as per your last comment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Am I getting this right?
Assuming:
then the attacker could:
Registering the user and obtaining token and tokenId in the registered email.
then:
Meaning that an attacker only needs the APP-ID to freely create app users.
Beta Was this translation helpful? Give feedback.
All reactions