Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,
I am very new in using Cisco OAuth 2.0. Currently, I have created a sample app under https://apiconsole.cisco.com/ and I have used client details for OAuth like the following:
https://cloudsso.cisco.com/as/authorization.oauth2?response_type=...
Hi,
I am not sure why you selecting "client_credentials" option for the grant. I see you didn't get the "auth_code" from your Cisco SSO login, also you are not adding it in the headers for the URL used to request the token (https://cloudsso.cisco.c...
Just to make sure about the question, redirect URL should be the URL from your website (Webapp URL), it will be redirected after logging-in as below:your_website_url?code={auth_code_from_sso}
Yes, I found a way to get user information (but not sure if I can use some other ways)
1) Authorization: in this step, an authorization code will be fetched for the created application. So in case of a web page, URL should be redirected to:
https...