We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
運用を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" } ],
The text was updated successfully, but these errors were encountered:
pierre3
No branches or pull requests
運用をLDAP認証からSAML認証に変更しました。
LDAP認証の際は、LdapExtendedAttributesとCustomDefinitions.Column.jsonを使って拡張項目の設定をしていました。
SAML認証時も同じように拡張項目にセットしたいため、EntraIDであれば「属性とクレーム」に追加した情報を連携する方法はありますか?
↓のようなイメージで
The text was updated successfully, but these errors were encountered: