cancel
Showing results for 
Search instead for 
Did you mean: 

authentication of user and password of b2b user in a b2c portal

Former Member
0 Kudos

I have a requirement in B2C web portal where in i have to create 2 text input fields which will accept userid and password of B2B user and after i click login, it should take me to B2B web portal. Is it possible? If possible please gimme some inputs how to do this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please try this way

Using WD4A or WD4J-

Design an application for this user id and password.

Create another application for the B2B portal where in this application it checks the userid and password which we can get the portal parameters.

I think we can do using the application and applcation intergration.

Please check out the webservices also for this.

Regards

Lekha

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes i got the answer from someother source. Actually we can authenticate a user of b2b from b2c by using the LoginAction class of b2b and after that when we give the userid and password, we will authenticate them in the backkend and after that we can redirect to b2b depending on the validation. This is done using response.redirect .

Former Member
0 Kudos

Hi,

Thanks for sharing the information.

Regards

Lekha