I noticed the Cookie.Name property isn't set in the AddSaml2 method. This results in cookies with the name beginning with a ".".
Will there be any updates to add that property to the method?
The only answer to setting it I can find on stackoverflow suggests creating a custom extension (ITfoxtec SAML 2.0 with NET 5.0- Set cookie name).
So my question is will the library be updated to handle this without a custom extension?