Håvard Wall
Håvard Wall
downgrading to `selenium == 3.141.0` works around the issue
selenium 4.0.0 was released yesterday and has changed `EC.element_located_to_be_selected` (and all the other classes in the same file) from being classes to functions, breaking the behave-webdriver pattern of inheritance and...
This would also be a workaround for the buggy JGit describe implementation #161
I believe the "roles" claim is assumed to be an array, so instead of `"roles": "misp-access"` the Oidc plugin only accepts `"roles": ["misp-access"]` (I have the same issue with using...
Also it could be that the "roles" claim need to be at the top level, i.e not nested within the `attributes` block.