Flask-Type Redirect in Dash?

Hey everyone! I was just wondering whether there is any way to use Flask Redirect in a Dash application? I’m assuming that one way to handle this would be to create a Dash application that resides within a Flask application? Basically, I’m trying to integrate OSO’s authentication package with Duo Universal’s package (which needs to redirect the user to their url), and wondering whether all of this can be handled within Dash itself or whether there is something else that I should be doing? Feeling a bit lost so any advice on this front would be greatly appreciated! Thank you :slight_smile: