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
I have a need for two IdP configurations that read different principal attributes and encrypt with different x509 certs. Is there a means to do this in the current version of this gem? Might there be a way to extend the current gem to allow for this functionality?
The text was updated successfully, but these errors were encountered:
Yea thinking back I'd kind of prefer a configured Saml to just be an object that can be passed around. That way if someone wanted to configure at any point and store statically it's up to them to decide. I'm trying to remember everything this does right now, but I don't believe that would be too terribly hard to do - it might mostly come down to illustrating it and maybe making that concept more first-party supported by the Rails engine code in this.
Longer-term ideally I'd like to see a saml-idp-core gem and a saml-idp-rails that provides the engine support if that makes sense.
Hi,
I have a need for two IdP configurations that read different principal attributes and encrypt with different x509 certs. Is there a means to do this in the current version of this gem? Might there be a way to extend the current gem to allow for this functionality?
The text was updated successfully, but these errors were encountered: