fangpsh's blog

Articles with the authentik tag

Authentik 用户同步飞书员工属性

前面文章搞定了飞书作为oauth2 source,集成到了authentik,但是默认能拿到的信息非常有限,就这么几个

{
    "sub": "ou_caecc734c2e3328a62489fe0648c4b98779515d3",
    "name": "李雷",
    "picture": "https://www.feishu.cn/avatar",
    "open_id": "ou_caecc734c2e3328a62489fe0648c4b98779515d3 …

Authentik对特定应用开启MFA

MFA(多因素认证)一般用在用户登录的时候。但是作为内网统一登录服务,我们希望用户在登录部分敏感系统的时候进行二 …

Authentik关联飞书登录

Authentik 的oauth2 source 没有飞书,不过可以使用通用的OpenID OAuth Source(Login using a Generic OpenID-Connect compliant provider.)达到类似的效果。

这个网友的issue 提到用github 的模板,感觉应 …