Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
single sign on seamless integration problems
eleith
New
i've got a vanilla 2 instance working with the single sign on plugin, but there seems to be a problem with the seamless integration.
here is what i am noticing:
1) i sign in on my app (which enables the user info page that vanilla can now request)
2) i visit the vanilla forum
2a) vanilla properly adds a new user into GDN_User (but no inserts into GDN_UserAuthentication)
2b) the vanilla forum just shows the default page, no indication of a user logged in, and the 'sign in' link is visible
3) i click on 'sign in'
4) i'm directed to a page, asking me to link accounts or create a new account
my guess would be, something is wrong, and there is no inserts into GDN_UserAuthentication and it is the beginning of a cascade of problems causing my seamless integration to not work.
i'm about to dive through the code and try and fix it myself, but thought i would post here, in case someone could help, or offer me advice
here is what i am noticing:
1) i sign in on my app (which enables the user info page that vanilla can now request)
2) i visit the vanilla forum
2a) vanilla properly adds a new user into GDN_User (but no inserts into GDN_UserAuthentication)
2b) the vanilla forum just shows the default page, no indication of a user logged in, and the 'sign in' link is visible
3) i click on 'sign in'
4) i'm directed to a page, asking me to link accounts or create a new account
my guess would be, something is wrong, and there is no inserts into GDN_UserAuthentication and it is the beginning of a cascade of problems causing my seamless integration to not work.
i'm about to dive through the code and try and fix it myself, but thought i would post here, in case someone could help, or offer me advice
0
Comments
i've manually updated the schema myself and seamless sign ons work!
$Configuration['Garden']['Authenticator']['Encoding'] = 'json';
so i output a json object containing "Name", "UniqueID" and "Email". if yours says "ini", then you'll just want to output plain/text of key=value pairs separated by newlines