Skip to main content
1-Visitor
December 18, 2018
Question

Regarding Cross check of user credentials

  • December 18, 2018
  • 2 replies
  • 1602 views

Hello everyone

 

Suppose I have a application by which user register and he/she can login.(Not using Organization)

I will save the user details from registration page into Datatable.

If user hits the Rest API URL directly of any mashup for suppose, then it ask for user credentials.

How to authenticate the URL by retrieving the details from Datatable.

2 replies

20-Turquoise
December 18, 2018

I'm not sure I quite understand. You may assign your newly created users to an org with mashup permissions or use an app key to authenticate into mashups.

1-Visitor
December 19, 2018

Thanks for the reply..

 

We have already developed and state of deployment. We have created our own login form as Organization didn't fit our requiremnt.

So for the security issue I have raised this concern.

If a user/anyone hit the Rest URL of any mashup without hitting on login page, how can I validate the user credentials with the registered details.