OAuth confirmation emails
Hello,
I have one doubt with OAuth autentification, when I make any login, I receive an email who says:
The application «NuevaApp» has been added to your account
But this happen on all logins, I think could be less annoying to notify only on first access.
Is there any way to configure this notifications?
Thank you in advance,
Regards!
-
Hi Jesus,
Could you confirm that you are using Implicit flow (without a backend) ?
This is a security mechanism. Implicit flow should only be used for demo or test but you will need to rely on your backend infrastructure to put in place the Code grant flow. In that case, you will no more have these notifications.
Just to recap: When using implicit code grant, you have no possibility to refresh the token received, so you will need to visit this authorization page every hour.
Several samples are available in our Github page
Regards,
Olivier
Please sign in to leave a comment.
Comments
2 comments