Replies: 2 comments 6 replies
-
Sorry for the delay - Have you tried doing something like what is mentioned here with an |
Beta Was this translation helpful? Give feedback.
4 replies
-
I am actually interested in your implementation of auth with .Net 7 api, is your project open on GitHub? I would love to check it out. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am struggling to implement a solution using supabase auth for authentication in my .net api. i can swap providers and it works fine with validating the token and being able to verify its issuer. but when i try with supabase i get the following error in the stack :
IDX20803: Unable to obtain configuration from: 'https://{my-url}.supabase.co/auth/v1/authorize/.well-known/openid-configuration'
am i missing something simple here that i need to configure in the supabase dashboard?
this is my program.cs add auth method :
any guidance would be vastly appreciated, been stuck a while trying to get this working.
Beta Was this translation helpful? Give feedback.
All reactions