Skip to content

Commit

Permalink
Provider name is now also available for WebSSOProfile when specified …
Browse files Browse the repository at this point in the history
…in options.
  • Loading branch information
vschafer committed Apr 3, 2011
1 parent b582d59 commit 3cb8466
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ protected AuthnRequest getAuthnRequest(SAMLMessageContext context, WebSSOProfile

request.setIsPassive(options.getPassive());
request.setForceAuthn(options.getForceAuthN());
request.setProviderName(options.getProviderName());

buildCommonAttributes(context.getLocalEntityId(), request, bindingService);

Expand Down

0 comments on commit 3cb8466

Please sign in to comment.