-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extended SSO implementation in the CREST branch #268
Comments
I had to clear out the API_ssoaccesslist table in the database otherwise the celery job for update_char_location broke as data was expecting was missing:
Additionally I turned on the SSO login and deleted the user account I was using for testing. When I try and sign up with the account via SSO I get a 403 forbidden error. |
The first is odd and I do not actually know what could cause it. The only change I made there is that a few columns can now be blank/nullable. Your second point is due to no access list has been setup. You need to add the char or corp to the access list in the SSO settings. |
I'll blame the database issue on switching git branches. I added my corp to the access list and I got this error on first login after the CCP signon page:
Trying a second time the site logged me in correctly with my new user account. |
Did you set a default group for new users to end up in? |
No, I've set that option and the error doesn't happen now. :D |
I'll add some additional security measures in the next 30 minutes to avoid this stuff :). |
Both were actually bugs:
|
Pulled this to the develop branch. |
Damn. I was delayed few months due to real life stuff. I had SSO login done with adarnauth-eve-sso. I had plan to offload the auth stuff to it and location to another project so it could be used elsewhere. Just for reference, here was the sso work: https://github.com/raphendyr/eve-wspace/tree/feature/crest_wip2 I'll take a look what @Maarten28 has done when ever I can allocate the time... |
Last year I wrote a basic implementation as well and since nobody seemed to have worked on it in the past 2 months I'd thought to just get it over with ;). Feel free to change things around, I already know stuff can be optimized. |
In the CREST branch another update has been put:
Please help with testing and report any issues.
The text was updated successfully, but these errors were encountered: