Thanks for sharing your knowledge!! Can you also post one more video to run the application from BTP using standalone approuter? or any references to achieve same would be great.
Hello SAP Enthusiasts, I am in the midst of architecting a SAP CAP-based backend coupled with SAP UI5 on the frontend. The objective is to weave in Authentication and Authorization functionalities, particularly utilizing XSUAA, while user credentials are securely stored in the HANA Cloud Database. Imagine we have a login page. Upon entering their details and hitting the submit button, the system is designed to authenticate users against the records in the HANA Cloud Database. Successful authentication would result in the issuance of a token, which is then used to authorize subsequent API requests. I would appreciate any insights or guidance on how to effectively implement this requirement.
Yes true... I found this approach working after I published the content. Ideally cds bind should do this job and no explicit run on service should be required. Yep, some workaround. Thanks for your posting and feedback.
@@gyotro thanks for showing interest in this content.. may be in future I will try something on Java flavour too.. but may not be immediately. Thanks for staying with this channel.
@@ahmetdik7655 no worries thanks for watching and showing interest to the content. I will try. BTW i always create playlists per topic , so please watch the playlist for cap , if you haven't seen all videos on cap under the playlist. Thanks again.
Awesome content as always. Well, I created destinations in BTP and want my app to read the data from production. Can you please support me what should I need more? App works locally which fetch data from sandbox but I am lost among XSUAA, AppRouter, CF, binding, etc. My app is just to read API and no Fiori config. I am super new to SAP world. Kindly support. Thanks.
Yes you need to maintain different profiles in package.json like [production] or [development] as per when you srun your service you need to link up like --profile Production like that cap framework will know which BTP destination to connect and get the data. I know my answer is not step by step but i hope i could give you the clue to explore and achieve it. Thanks for your nice feedback and watching the content.
@@somnathpaul2020 thanks for your feedback. Oh, Yes, I have done that profile already. But I am connecting to PROD using OAuth2ClientCredentials and got stucked in between. Do you offer personal consultations? I will respect your time and cost.
Great series!!! Thanks for sharing the knowledge 💐
Thank you for your feedback
Simply brilliant 👍👍
Thanks for sharing your knowledge!!
Can you also post one more video to run the application from BTP using standalone approuter?
or any references to achieve same would be great.
Sorry for late reply. Will try.
Hello SAP Enthusiasts,
I am in the midst of architecting a SAP CAP-based backend coupled with SAP UI5 on the frontend. The objective is to weave in Authentication and Authorization functionalities, particularly utilizing XSUAA, while user credentials are securely stored in the HANA Cloud Database.
Imagine we have a login page. Upon entering their details and hitting the submit button, the system is designed to authenticate users against the records in the HANA Cloud Database. Successful authentication would result in the issuance of a token, which is then used to authorize subsequent API requests.
I would appreciate any insights or guidance on how to effectively implement this requirement.
For Bad gateway you need run cds watch with profile hybrid as well as run bind with app same time
Yes true... I found this approach working after I published the content. Ideally cds bind should do this job and no explicit run on service should be required. Yep, some workaround. Thanks for your posting and feedback.
Hi sommath, tnx for sharing your knowledge. Have you ever tried cap with Java?
Yes i did but not extensively to be honest... Anything specific you want to know?
Yes, authorization and authentication in spring Boot for cap :)
@@gyotro thanks for showing interest in this content.. may be in future I will try something on Java flavour too.. but may not be immediately. Thanks for staying with this channel.
Hello, do you have the opportunity to make an updated plan of this training, thank you.
Sorry i didn't get the question.. what plan you meant! Capm videos i will upload again.. may be i m bit slow but will do...
@@somnathpaul2020 I'm sorry, my English is bad, I couldn't write. Actually, yes, I wanted to ask if there will be updated videos.Thank you.
@@ahmetdik7655 no worries thanks for watching and showing interest to the content. I will try. BTW i always create playlists per topic , so please watch the playlist for cap , if you haven't seen all videos on cap under the playlist. Thanks again.
@@somnathpaul2020 Yes, thank you
Awesome content as always. Well, I created destinations in BTP and want my app to read the data from production. Can you please support me what should I need more? App works locally which fetch data from sandbox but I am lost among XSUAA, AppRouter, CF, binding, etc. My app is just to read API and no Fiori config. I am super new to SAP world.
Kindly support. Thanks.
Yes you need to maintain different profiles in package.json like [production] or [development] as per when you srun your service you need to link up like --profile Production like that cap framework will know which BTP destination to connect and get the data. I know my answer is not step by step but i hope i could give you the clue to explore and achieve it. Thanks for your nice feedback and watching the content.
@@somnathpaul2020 thanks for your feedback. Oh, Yes, I have done that profile already. But I am connecting to PROD using OAuth2ClientCredentials and got stucked in between. Do you offer personal consultations? I will respect your time and cost.
How to get user bearer token in service Handle file?