timbrnbrr

Results 2 issues of timbrnbrr

- dash version: `2.3.1` - dash-bootstrap-components version: `1.0.3` ### What is happening? If a bootstrap modal is opened, dash table cell dropdown cannot be opened in background to select a...

I use flask-oidc with microsoft ADFS. I need to specify the `resource` parameter in the sent authorization URI like: ` https://xyz.com/adfs/oauth2/authorize/?client_id=abc&redirect_uri=abc&scope=openid+profile+allatclaims&access_type=offline&response_type=code&state=123&resource=myres ` Otherwise I don't get all needed user information...