fossasia / eventyay-talk

eventyay speakers and talks component
Apache License 2.0
1.48k stars 47 forks source link

Login using customer account of eventyay-ticket #114

Closed odkhang closed 1 month ago

odkhang commented 1 month ago

Implement sso client for eventyay-talk to eventyay-ticket This PR is a part of this issue #131 Add options for Single Sign On to have a login button at login page

How has this been tested?

Checklist

odkhang commented 1 month ago

First we need to create a SSO client at eventyay-ticket, we will get the clienId and secretKey

image

At eventyay-talk, run command: python manage.py create_social_apps to setup clientId and secretKey.

image

Important: for using login with eventyay-ticket customer account, organization of eventyay-talk and eventyay-ticket should be the same name.

image