Hi there. I am looking at the Snowflake documentation for configuring integration with Auth0. Snowflake is asking for the following pieces of information. Anyone has any idea where I can get these or configure them from my Auth0 tenant?
Issuer URL:
RSA Public Key: (I have figured this out. It is my Auth0 URL in the /pem subdirectory)
Audience URL:
Scope attribute:
User attribute:
Snowflake User attribute:
A web application accepts a user login (username + password pair).
Web application authenticates this user login credential via Auth0.
Web application then makes a call to Snowflake using the user credentials (so that we may limit what data the user can access in Snowflake) to retrieve data.