new user login schema
Posted: 2017-04-27 08:56
This is the scenario:
There are 2 sites, site A (build with AG) as main site and site B as validation site
Any existing users in site A using default AG login schema,
For new user, site A should ask to site B about user validation using nusoap.
Site B return an xml data validation that containing registered user data (R00 = Allowed; R99 = Not Allowed; name; address; company name; etc)
If an user is registered in site B (Allowed), than site A push to sign up using data from site B, like name and address.
The big question is how could I do that kind of login schema above in AG
Any suggestion will be appreciated
There are 2 sites, site A (build with AG) as main site and site B as validation site
Any existing users in site A using default AG login schema,
For new user, site A should ask to site B about user validation using nusoap.
Site B return an xml data validation that containing registered user data (R00 = Allowed; R99 = Not Allowed; name; address; company name; etc)
If an user is registered in site B (Allowed), than site A push to sign up using data from site B, like name and address.
The big question is how could I do that kind of login schema above in AG
Any suggestion will be appreciated