Hello,
I would like to know is there a guidebook or a document on how to implement Login With Amazon using Spring Boot? Specifically, how to set up configuration properties in *.yml file?
Something similar to this I guess, but this does not work:
security: oauth2: client: registration: amazon: client-id: ***** client-secret: ***** scope: profile
I found plenty about implementing Cogito, but I do not need that. I would like to use just Login With Amazon.
Thanks to anyone who can help.