Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAML認証でもLdapExtendedAttributesのように拡張項目を追加してほしい #606

Open
hagkoh opened this issue Feb 27, 2025 · 0 comments
Assignees

Comments

@hagkoh
Copy link

hagkoh commented Feb 27, 2025

運用をLDAP認証からSAML認証に変更しました。
LDAP認証の際は、LdapExtendedAttributesとCustomDefinitions.Column.jsonを使って拡張項目の設定をしていました。
SAML認証時も同じように拡張項目にセットしたいため、EntraIDであれば「属性とクレーム」に追加した情報を連携する方法はありますか?

↓のようなイメージで

"SamlExtendedAttributes": [
    {
        "Name": "JobTitle",
        "Pattern": null,
        "ColumnName": "ClassA"
    },
    {
        "Name": "description",
        "Pattern": null,
        "ColumnName": "ClassB"
    },
    {
        "Name": "distinguishedName",
        "Pattern": null,
        "ColumnName": "ClassC"
    }
],
@pierre3 pierre3 self-assigned this Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants