Auth0 user permissions

Options

Hi, I'm working on a Bubble app. I'm using auth0 extension and I've achieved to connect my auth0 users via the endpoints provided. Now, I want to assign permissions to my users in order to restrict acces to my xano databases. How can I retrieved my scopes in xano ?

Tagged:

Answers

  • Ray Deck
    Ray Deck Trusted Xano Expert ✭✭✭
    Options

    Are you looking to store your role-based access info in Auth0 or in Xano?

    If the latter, it's pretty straightforward. Make it a database call with each request, or you can store custom claims in the access token.

    If the former, you just need to collect the scopes from the Auth0 side when redeeming the Xano token.

    Let us know which way you are going and you can get more focused help!


    PS: Complicated auth issues are one of those hard areas we work on during our daily State Change Pro office hours.

  • Thibault Cros
    Options

    I want to store my role-based access info in Auth0. I'm struggling collecting the scopes from Auth0. How can I do that through the auth0/continue endpoint ?