cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Unable to connect to Datasphere using the CLI

04-18-2025 2:44 PM
Tanumay Explorer
2174 views 0 comments
SAP Managed Tags
Subscribe

Since the latest release of Datasphere we need to provide a redirect URI during OAuth Client creation. This causes issues since we cannot provide the code it gives, back to the CLI. This way we are unable to connect to Datasphere using command lines. 

Any tips/ ideas or workarounds for this issue? Happy to discuss.

Kind regards,

Thibault

View Entire Topic
irodin10
Explorer
0 Likes

Haven't managed to get it running either since the changes to the oAuth Client in Datasphere. Neither with API access nor with Interactive. Curious if anyone finds a solution.

kostertim
SAP Mentor
SAP Mentor

You need to set-up the Redirect URI as: http://localhost:8080

Just use the "normal" Interactive Usage oAuth method. 

TuncayKaraca
Active Contributor
0 Likes
Oh I see there is answer here too! Thanks @kostertim
Tanumay
Explorer
0 Likes
Hi, I have set up the Oauth Client with the same redirect URL as http://localhost:8080 but still facing the same error. Did any one find any solution?