-
How can we use OAuth integration with Cloudworks and BQ
We are evaluating Cloudworks to integrate Anaplan with Google BQ. Our security team advised that they prefer OAuth-based integration. I could not find documents on how Cloudworks can use OAuth. Can Cloudworks use OAuth ? If yes, where can I get material to understand how to use Oauth with Google and Anaplan using Cloudwoks
-
How to use OAuth authentication in Anaplan Informatica Connector?
Hi All, I am trying to test OAuth Authentication in IICS Anaplan Connector. Is there any documentation specific to the Anaplan Connector having steps for setting up the authentication available? I noticed we have documentations with steps for Anaplan Connect and API , but was not able to find any that involves Anaplan IICS…
-
[Part 1] Enhanced Reporting of the Anaplan Audit Log Summary
As organizations continue to embrace Anaplan's powerful platform for connected planning and decision-making, maintaining robust security and compliance measures has become increasingly essential. The Anaplan Audit Log serves as a critical tool in achieving these objectives, providing granular insights into user activities…
-
Anaplan's Device Grant API Flow: A Seamless Machine-to-Machine Authentication Option
In the world of modern application development, seamless authentication is key to providing a smooth user experience. Anaplan, a leading platform for planning and performance management, offers a versatile approach to authentication through its Device Grant API Flow. In this blog post, we'll explore the Device Grant…
-
Anaplan's Authorization Code Grant API Flow: A Seamless App-to-App Authentication Option
In the realm of contemporary application development, achieving seamless authentication is paramount for delivering an exceptional user experience. Anaplan, a prominent player in the realm of planning and performance management, presents a flexible and robust solution for enabling resource authorization between Anaplan and…
-
OEG Best Practice: Anaplan Python OAuth Example
The Anaplan Python OAuth Example demonstrates using the Anaplan REST API with OAuth with device-based authorization. The code highlights how to generate a device_id, access_token, and refresh_token. Additionally, the code highlights a multi-threaded approach to request a new access_token while performing other,…
-
OAuth Authentication and Anaplan Connect
Hi, I have been testing OAuth connection with Anaplan Connect. And it has been quite a struggle. I started with "Authentication - Generate OAuth Token With Force Register" and it was not really working but giving strange error messages that didn't really help. After trial and error I got the example script to work by…
-
Problems with OAuth Token Configuration
Hi all, it has been a while since my team and I have been trying to perform the Anaplan Connect Token configuration correctly. This one time, it seemed to be working for the first run, until I found out that the batch file runs correctly a second time only if remove the JKS file naturally generated in the user's folder…
-
Question: Examples of Web Apps using OAuth2.0 Authorization Code Grant
Hi API Developers Has anyone implemented Anaplan OAuth using Authentication Code Grant for use cases other than a single user integration flow. For example, a web app that allows users to consume Anaplan data by authenticating the user through OAuth via a browser flow? Or, do you have any plans to create a solution like…
-
[Part 2] Enhancing Anaplan Audit Log Data Extraction with a Streamlined Python Solution
The Anaplan Audit History project, consisting of several Python modules and a configuration file, works synergistically to streamline the process of fetching, formatting, and loading Anaplan audit log data into a preconfigured Anaplan Model. The project leverages the Anaplan REST API, the Python Pandas library for…