We are implementing a database application using Microsoft Azure SQL Database connector. We needed to add 2 more account attribute into account schema (Display Name and Email). However, the connector guide does not mention how to do it. Is there anyone knows how to extend the account schema? If I am not wrong, the connector reads account data from sys.database_principals view and views cannot be editable.
Thanks for sharing, but it does not help. I actually know how to manage account schema. Extending account schema is not always same for different connector types. And in particular Microsoft Azure SQL Database connector, they advised to reach out SailPoint Expert Services for more information. I just wanted to check if aynone has experience with extending the account schema.