Description
This is a not a bug, but a feature request. Just tell me if that's not the correct channel.
We are using Satosa in order to build an OIDC<->SAML gateway between SAML IdP and OIDC RP, registered in our national federation. We would like the Satosa SAML backend to be able to use a different EntityID in its SAML Authn Request, in order to allow IdPs to issue a different SAML Auth Response, for each configured OIDC RP. Basically, this would turn the backend into a silent gateway, instead of an explicit SAML Service Provider of its own.
Code Version
Satosa 8.4
Expected Behavior
If OIDC frontend is called from client1, SAML backend should issue Authn Request with client1_entityID as issuer.
If OIDC frontend is called from client2, SAML backend should issue Authn Request with client2_entityID as issuer.
...
Current Behavior
If OIDC frontend is called from client1, SAML backend issue Authn Request with its own configuration-defined entityID.
If OIDC frontend is called from client2, SAML backend issue Authn Request with its own configuration-defined entityID.