Thanks @thoka
Create and configure API key :
Working with this docs is like generating API key from the discourse ( community account ) and then adding that API key manually at my web app which i will later use for api call.
- Use Discourse as an identity provider (SSO, DiscourseConnect)
This will also not fulfill my need for oauth flow as it does not provide any token in return after succesfully completing all the steps
It’s just useful for SSO login.
I will explain my use case little more detailed :-
User can click on button [add Discourse]
it will redirect him to the discourse OAUTH page where user will grant me all permissions
after click on accept the dicourse will return the token to my callbackUrl
which i Will store and use for further API CALL
Is there any documentation that can help me achieve the same.