Search found 3 matches
- Thu Mar 28, 2024 12:50 pm
- Forum: ESP RainMaker
- Topic: Swagger Api and autorization using third part identity provider
- Replies: 3
- Views: 6540
Re: Swagger Api and autorization using third part identity provider
For third party providers like Google, RainMaker leverages standard OAuth. There are two steps involved in this: 1. Authorise: Paste the below URL in browser and signin with your Google credentials. You will be redirected to redirect_uri and will receive a code as its query parameter. https://3pauth...
- Tue Jun 27, 2023 11:00 am
- Forum: ESP RainMaker
- Topic: Authorization endpoint URL
- Replies: 4
- Views: 3997
Re: Authorization endpoint URL
OAuth2 requires application registration at the server side. In simpler terms, the redirection can happen only to the services whitelisted and configured in RainMaker by us.
What URL to use becomes irrelevant then, as the redirect_uri is not registered in RainMaker on the backend side.
Thank you
What URL to use becomes irrelevant then, as the redirect_uri is not registered in RainMaker on the backend side.
Thank you
- Mon Jun 26, 2023 1:28 pm
- Forum: ESP RainMaker
- Topic: Authorization endpoint URL
- Replies: 4
- Views: 3997
Re: Authorization endpoint URL
I understand you are using the public RainMaker and want to add a new skill provider Yandex to it. However, we currently don't support Yandex. Note that just using the auth url wont be sufficient. Adding any new integration requires configurations in RainMaker as well as the respective service, and ...