cloudflare / cloudflare-access-for-atlassian

Authenticate Atlasssian products when using Cloudflare Access
Other
46 stars 15 forks source link

Add a fallback authentication flow #19

Closed larcher closed 6 years ago

larcher commented 6 years ago

If the user is bypassing Cloudflare Access and does not have the JWT, they should still be able to login via the normal Atlassian login method.

This would also allow CLI and other tools to use the API (provided the tools are bypassing Access in some way).

felipebn commented 6 years ago

Included fallback flow..

larcher commented 6 years ago

Thanks, this works great!