Invalid OAuth Client - IDCS 3-legged oAuth Flow
Summary
Getting an error "Invalid OAuth Client" when trying to configure 3-legged oAuth Flow for IDCSContent
Hi Gurus-
Good day!
We want to configure a 3-legged oAuth flow on our IDCS so a user from external application can be authenticate/authorized using IDCS. We envision this as :
1. Our third-party application will provide a link to authorize/authenticate the user. The link should look like
https://tenant-base-url/oauth2/v1/authorize?client_id=<client-id>&response_type=code&redirect_uri=<client-redirect-uri>&scope=openid&nonce=<nonce-value>&state=1234
2. The user then will enter his/her credential to IDCS authorization page.
3. The authorization code will then be provided back to the third-party application to be used for accessing IDCS rest API
0