Validating access tokens with custom domain

Hi Everyone,
I was wondering if there is any example code or any documentation pertinent to Asp.net MVC C# that I can refer to for validating the access tokens received via a custom domain.
Public signing keys for token
https://xxx.ourcustomdomain.com/.well-known/jwks.json
Thank you

Hey there!

I don’t have a ton of experience with this stack but here’s everything we have on ASP.NET:

Maybe some of those would be helpful!

@konrad.sopala I don’t see anything related to validating tokens from Custom Domain. Is there any example from another technology stack that I can refer to?