cancel
Showing results for 
Search instead for 
Did you mean: 

SCP FLP Login in Based on Node Js

umayaraj
Participant
0 Kudos
904

Hi Experts,

I have issue with SCP Custom FLP Login Page ,

I Created New FLP Here

then i deploy some Node Based App to this FLP

i Need to send User name password to node server for get Token for access OData

but i don't have Any idea to Add custom Login Screen or else how to use that FLP in ousite Node Program.

One More doubt is its possible to validate user name and password with role In NodeJs Server while user login in Standard FLP

Any one have Idea please let me know ,it's really help to resolve my problem

Accepted Solutions (0)

Answers (1)

Answers (1)

gregorw
SAP Mentor
SAP Mentor
0 Kudos

I think asking the user a second time for their login credentials would be a very bad user experience. Are you running on SAP CP Neo? Then please check if OAuth Client Credentials Authentication or SAML Bearer Assertion Authentication would be an option to get a authentication token for the User already authenticated to SAP CP that can be accepted by the 3rd party application running on Digital Ocean.

Another Question: What is your used Identity Provider? Does the application running on Digital Ocean use the same IdP?