Forum Discussion

jenguyen's avatar
jenguyen
Contributor
6 years ago

Authenticating using V2 API

I am new to my team and currently working to migrate our service to use Communities V2 API picking back up where the project was left off.

POST /api/2.0/auth/authorize ( documentation recommended for SSO flow)

The documentation says the endpoint requires a body including client_id, jwt( SSO token), redirectUri, and state.

 

Where and how can I get the client_id and redirect uri since there is no Community Admin > Settings option.