You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to be able to define a custom Server class used out of the saml2 library. We use AWS XRay as an APM and often have to override methods on classes in packages to annotate the values we want to see.
Would be nice to be able to define a custom
Server
class used out of thesaml2
library. We use AWS XRay as an APM and often have to override methods on classes in packages to annotate the values we want to see.Maybe something like this.
Then
IdPHandlerViewMixin
could use the custom one or default to the standard class.The text was updated successfully, but these errors were encountered: