C# authenticate via Access token

Just curious if it’s possible.
I have an ASP.net application which is protected by Access, utilizing the Cloudflare Tunnel .

It authenticates with a cookie-based token, which is great. Is it possible for me to utilize that token to ALSO authenticate the person for my application, as opposed to requiring them to login twice?

:wave: @user998,

Check out this plugin by Cloudflare for Atlassian products (and the broader discussion of what is involved) Cloudflare Access: Sharing our single-sign on plugin for Atlassian

It’s absolutely possible to do, but will require writing some code, along with some enthusiastic beta testers!

-OG

2 Likes

Aww perfect, thank you!!!