question

Mark Booth avatar image
Mark Booth asked

Implementing Login With Amazon with Spring Boot

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.

login with amazon
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers