Kirill Ponomarev

Results 14 comments of Kirill Ponomarev

You have to check ChangeLog and add missing entries there as well

@dpgaspar any chance to incorporate #1912 into next release?

yes, repo doesn't exist because no packages were done for 22.04. 22.04 was released a couple of days ago, fix to fallback to 20.04 will be merged soon

Temporary fix as fallback to 20.04 packages is merged into develop branch

> @Ch3LL Not sure if you're still doing triage for Salt, but this affects minions on RHEL/RHEL-like 9.x as well. we didn't deliver packages for RHEL9 yet

@zmingee could you move the test under `tests/pytests/unit/returners` and create changelog entry?

@passren Could you please fix black formatting to get it like that: ``` --- a/flask_appbuilder/security/manager.py +++ b/flask_appbuilder/security/manager.py @@ -615,12 +615,16 @@ class BaseSecurityManager(AbstractSecurityManager): log.debug(str(id_token)) me = self._azure_jwt_token_parse(id_token) log.debug("Parse JWT token...

@passren I tried above patch and new mapping with `"email": ("email", "")` but it doesn't seem to solve the issue, still getting `ERROR - Error returning OAuth user info: 'upn'`...