Back to all

OAuth 2.0 RedirectURL

We are doing a POC to integrate the Octopus API into out middleware Microservice Architecture so our Advisors have inline access to their Maximizer data in their Portals.

I have requested the client_id and client_secrect to be created however I am concerned that a redirectURL needs to be provided.

Our requirement is to be able to call the API using the C# HttpRequestMessage via HttpClient asynchronously to retrieve a bearer token for other API interactions, however in needing a redirectURL this indicates that you have more of a B2C implementation rather than B2B, would this be a correct assumption or can we use the Octopus API in the manor that we are trying to achieve?