Hello, I am trying to implement the Microsoft application in CAS so that when a user logs into their email with a domain from my tenant, they are redirected to my CAS. However, in the current versions, the database examples (I am using MongoDB) are outdated. In this version, primitive booleans can no longer be added to the 'signAssertions' attribute, as it is now an enumeration type created in CAS. Does anyone know how to implement this enumerator in a MongoDB database?
Thank you very much!