String assertingPartyId = requestContext.getRelyingPartyConfiguration().getProviderId();
requestContext.setLocalEntityId(assertingPartyId);
+ requestContext.setOutboundMessageIssuer(assertingPartyId);
try {
EntityDescriptor localEntityDescriptor = metadataProvider.getEntityDescriptor(assertingPartyId);
if (localEntityDescriptor != null) {
}
/**
- * Derferences the artifacts within the incomming request and stores them in the request context.
+ * Derferences the artifacts within the incoming request and stores them in the request context.
*
* @param requestContext current request context
*
- * @throws ProfileException thrown if the incomming request does not contain any {@link AssertionArtifact}s.
+ * @throws ProfileException thrown if the incoming request does not contain any {@link AssertionArtifact}s.
*/
protected void derferenceArtifacts(ArtifactResolutionRequestContext requestContext) throws ProfileException {
Request request = requestContext.getInboundSAMLMessage();
return samlResponse;
}
- /** Represents the internal state of a SAML 1 Artiface resolver request while it's being processed by the IdP. */
+ /** Represents the internal state of a SAML 1 Artifact resolver request while it's being processed by the IdP. */
public class ArtifactResolutionRequestContext extends
BaseSAML1ProfileRequestContext<Request, Response, ArtifactResolutionConfiguration> implements
SAML1ArtifactMessageContext<Request, Response, NameIdentifier> {
String assertingPartyId = requestContext.getRelyingPartyConfiguration().getProviderId();
requestContext.setLocalEntityId(assertingPartyId);
+ requestContext.setOutboundMessageIssuer(assertingPartyId);
try {
EntityDescriptor localEntityDescriptor = metadataProvider.getEntityDescriptor(assertingPartyId);
if (localEntityDescriptor != null) {
String assertingPartyId = rpConfig.getProviderId();
requestContext.setLocalEntityId(assertingPartyId);
+ requestContext.setOutboundMessageIssuer(assertingPartyId);
try {
EntityDescriptor localEntityDescriptor = metadataProvider.getEntityDescriptor(assertingPartyId);
if (localEntityDescriptor != null) {
String assertingPartyId = requestContext.getRelyingPartyConfiguration().getProviderId();
requestContext.setLocalEntityId(assertingPartyId);
+ requestContext.setOutboundMessageIssuer(assertingPartyId);
try {
EntityDescriptor localEntityDescriptor = metadataProvider.getEntityDescriptor(assertingPartyId);
if (localEntityDescriptor != null) {
String assertingPartyId = requestContext.getRelyingPartyConfiguration().getProviderId();
requestContext.setLocalEntityId(assertingPartyId);
+ requestContext.setOutboundMessageIssuer(assertingPartyId);
try {
EntityDescriptor localEntityDescriptor = metadataProvider.getEntityDescriptor(assertingPartyId);
if (localEntityDescriptor != null) {
String assertingPartyId = rpConfig.getProviderId();
requestContext.setLocalEntityId(assertingPartyId);
-
+ requestContext.setOutboundMessageIssuer(assertingPartyId);
try {
EntityDescriptor localEntityDescriptor = metadataProvider.getEntityDescriptor(assertingPartyId);
if (localEntityDescriptor != null) {