jacobats
-
Total Posts
:
1
-
Reward points
:
340
- Joined: Oct 17 '09
-
Status: offline
|
ASPPG Membership Integration
Wed. Dec 9, '09 9:41 PM
( permalink)
I am trying to integrate my existing site with the ASPPG Membership module, and I can't find the provider anywhere in the assembly that I need to use. I've read the SSO 3 scenario page several times over and it references a sample application but I can't find that program and can't figure out how it would integrate. I just want to be able to use all the same functions to create users on the forum side and use the forum DB directly for authentication. Thanks in advance
|
|
|
|
Samuel
-
Total Posts
:
11786
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
Re:ASPPG Membership Integration
Thu. Dec 10, '09 4:07 AM
( permalink)
Hi Jacob, Thanks for your message. Unfortunately, the Site Integration Package (containing the membership provider of our software for scenario 3) is only available after purchase. Scenario 1 and 2 can be achieved and tested with the trial version.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
benzakin
-
Total Posts
:
1
-
Reward points
:
4940
- Joined: Jan 15 '10
-
Status: offline
|
Re:ASPPG Membership Integration
Mon. Jan 18, '10 5:08 AM
( permalink)
Hi Samuel, I am trying to integrate my existing site with my Membership module. The integrate is good but in Login.asx.vb the handleAuthentication function there are the "ForumLogin" that have a result that return "FailedNoSuchUser(-5)" but the getUser and the ValidateUser were ok. Thanks in advance
|
|
|
|
Samuel
-
Total Posts
:
11786
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
Re:ASPPG Membership Integration
Mon. Jan 18, '10 10:34 AM
( permalink)
The issue is that the software is unable to insert your membership user into our database. There could be a user with the same email address already in the forum db, and therefore we are unable to create another account with an existing address.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|