Hey :wave: I wonder if we know if the documentati...
# ory-network
f
Hey 👋 I wonder if we know if the documentation Auth0 as a social signing provider is up to date? https://www.ory.sh/docs/kratos/social-signin/auth0 I tried following the docs but sadly can’t get it to work. I’ve managed to set up other providers successfully.
When clicking on Auth0 provider I get to
https://<My <http://project.com|project.com>>/authorize
which just has
Copy code
{
  "error": {
    "code": 404,
    "message": "No resource found using the specified path.",
    "reason": "Invalid path",
    "status": "Not Found"
  }
}
Could it be that I need some plan with Auth0 to use them?
It looks like it doesn’t save the
tenant_url
from the UI. I’ve downloaded the config, I’ll redo it and see if that helps. It doesn’t. I still can’t see anything being saved related to the tenant url that I provide.
This is what my oidc confic looks like for auth0 after pressing save
Copy code
- client_id: <MY ID HERE>
          client_secret: <MY SECRET>
          id: auth0
          label: Auth0
          mapper_url: <GCP URL POINTING TO A BUCKET>
          provider: auth0
          scope:
          - openid
          - profile
          - email
I managed to get it working by instead using the CLI to and set the
issuer_url
.