What are the Reply URL & Sign In URL in Automation Anywhere for generate Client ID, Secrect & Tenant ID in SharePoint
We need to access SharePoint location through Automation Anywhere and for that have to configure
a. Client ID
b. Client Secret
c. Tenant ID
To config these in SharePoint IT has requested ·
1.Reply URL ·
2.Sign in URL
Please help us to find what are those URLs to connect AA + SharePoint
Page 1 / 1
Hi @Tharushi Galappaththi ,
The Reply URL and Sign in URL are typically used in the context of OAuth or OpenID Connect workflows, where an application (like SharePoint) redirects the user to a sign-in page (like Automation Anywhere), and then gets redirected back to the application with some token or code.
In Automation Anywhere, you can authenticate with a username and API key to generate a JSON Web Token (JWT) to use to authenticate in Control Room APIs1. This involves making a POST request with a username and API key1. The URL for this would be something like http://<your_control_room_url>/v1/authentication1.
Please note that the Reply URL and Sign in URL in this context would be URLs in your application (SharePoint) where users are sent after they authenticate. These URLs must be registered in Azure AD as part of your application registration.
If you’re looking to integrate Automation Anywhere with SharePoint, you would likely need to use the Automation Anywhere APIs1 and the SharePoint APIs and handle the OAuth/OpenID Connect flow between the two. This might involve creating a custom application or script to facilitate this interaction.
We need to connect SharePoint using A360 SharePoint package.
Assume IT team is going to register Azure AD for provide above details. Could you please mention what are the Reply URL & Sign In URL using below examples.
We need to connect SharePoint using A360 SharePoint package.
Assume IT team is going to register Azure AD for provide above details. Could you please mention what are the Reply URL & Sign In URL using below examples.
Hi @Padmakumar thank you for sharing those resource.
I have an idea to register an Azure application. However, I have encountered a challenge concerning the Reply URI (Redirect URI). I currently lack clarity on how to identify the appropriate Reply URI. Could you kindly provide any suggestions or guidance on this matter?
It is crucial for us to ascertain the correct Reply URI to successfully register the Azure application.
Hi @Padmakumar thank you for sharing those resource.
I have an idea to register an Azure application. However, I have encountered a challenge concerning the Reply URI (Redirect URI). I currently lack clarity on how to identify the appropriate Reply URI. Could you kindly provide any suggestions or guidance on this matter?
It is crucial for us to ascertain the correct Reply URI to successfully register the Azure application.
If you are facing challenges while using the SharePoint action, try using the below Bot from bot store which makes use of Python for Integrating SharePoint with A360.
Prior to connecting those SharePoint packages, it is necessary to register an Azure application, correct? Registering an Azure application need to provide a Redirect (Reply URI),
we need to know the specific Reply URI for Automation Anywhere 360
Hi @Padmakumar Thank you for the update.
Prior to connecting those SharePoint packages, it is necessary to register an Azure application, correct? Registering an Azure application need to provide a Redirect (Reply URI),
we need to know the specific Reply URI for Automation Anywhere 360
If you are referring the Callback URI, it will in below format.