Help Center


Auth0 configuration

https://app.chaskiq.io/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdXdKIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1e4bb37de70b822f55f05051b5f11730cf9b0963/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9MWm05eWJXRjBTU0lJY0c1bkJqb0dSVlE2RkhKbGMybDZaVjkwYjE5c2FXMXBkRnNIYVdscGFRPT0iLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--285ee8d1047615771afef258f0db59a0c5726b2a/mich-square-profile.png

Written by Miguel Michelson

updated

Auth0 is an alternative way to authenticate the users, and it is not required since Chaskiq has its own auth system. Anyway, if you want to configure Auth0 in Chaskiq use the following env variables in order to activate auth0

AUTH0_ENABLED=false
AUTH0_CLIENT_ID=xxxx
AUTH0_CLIENT_SECRET=xxxx
AUTH0_DOMAIN=yourdomain.us.auth0.com
AUTH0_AUDIENCE=https://yourdomain.us.auth0.com/api/v2/

You must use the /api/v2 endpoint, put your own domain.