This message contains interactive elements.
# gooddata-platform
h
This message contains interactive elements.
This message contains interactive elements.
image.png
j
Then you should be following the set up here: https://sdk.gooddata.com/gooddata-ui/docs/7.0.0/sso.html
h
j
I apologize, I missed that from the initial screenshot. That should work as well. but looking at your screenshot, you have not defined the authentication method.
h
The sso authintication ? * is the actual credential i was using , So for any form of integration in GD platform SSO authentication is a must right ? or other ways to directly add credentiasl ?
can u give me an idea of authentication method is it sso or other method respect to code screenshot
m
Hi Hrashikesh, it seems that you are trying to log in with a username and a password, while your app is set up for using
ContextDeferredAuthProvider
(SSO). May I know what is your use case? Are you embedding GD.UI elements inside your app? You might find the source code useful to help you troubleshoot the issue on your end: https://github.com/gooddata/gooddata-ui-sdk/blob/master/libs/sdk-backend-bear/src/auth.ts
h
Im trying to integrate my GoodData Platorm in react js
and trying to setup authintication
m
Hi Hrashikesh, I would suggest checking out our CLI accelerator toolkit that provides boilerplate code to facilitate development available here.