Zhang Jie

Results 7 comments of Zhang Jie

@hanspagel Hi, thanks for your work on this project. Do you have any updates about this feature? It would be really helpful to us.

降低GmSSL版本到 v3.1.1

> ~降低GmSSL版本到 v3.1.1~ 看起来是windows下 pem_write 和 pem_read 导致的问题,我这个PR针对windows做了临时处理,把这一步放在python里面执行 你们可以参考一下 https://github.com/j-z10/pygmssl/pull/9

you guys should install `GmSSLv3.1.1` instead of `GmSSL@master` ```sh git clone -b 'v3.1.1' --depth 1 https://github.com/guanzhi/GmSSL.git cd GmSSL && mkdir build && cd build && cmake .. make && make...

> you guys should install `GmSSLv3.1.1` instead of `GmSSL@master` > > ```shell > git clone -b 'v3.1.1' --depth 1 https://github.com/guanzhi/GmSSL.git > cd GmSSL && mkdir build && cd build &&...

What's the type of external OAuth source you use? If it's a standard OpenID OAuth, there should be a `sub` in its token data, if not, you might need to...

sorry it's my mistake, the OAuth source mapping only works after the source connection is successfully created. As you can see [here](https://github.com/goauthentik/authentik/blob/main/authentik/sources/oauth/types/oidc.py#L26), the info is the user's profile, which is...