Integrate OAuth2.0 to SSO in AWS

0

I'm creating a Spotify data analysis tool to communicate with the company API so I can provide a service on my web for people to see some insights of their spotify profiles. To do so, I need to incorporate the SSO on my web with the OAuth2.0 protocol (given by Spotify to use their API).

I would like to know if someone can guide me into the steps to do this since I have no prior experience working with external users authentication.

1개 답변
0

Hello,

As you said in your message, Spotify requires that you use OAuth 2.0 for authorization against their API. Docs here https://developer.spotify.com/documentation/general/guides/authorization/ Based on the docs and your message above, it looks like the Authorization Code-Flow would be your best choice. https://developer.spotify.com/documentation/general/guides/authorization/code-flow/

They do point you to a github repo with a full functioning example, but unfortunately it looks like the link in the docs is broken. Ive found the repo here https://github.com/spotify/web-api-examples/tree/master/authentication/authorization_code

Hope this helps Craig

profile pictureAWS
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠