public class IDPSSOUtil extends Object
Constructor and Description |
---|
IDPSSOUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getACSurl(String entityId,
String realm,
String wreply)
Returns the assertion consumer service (ACS) URL for the entity.
|
static String |
getAuthenticationServiceURL(String realm,
String hostEntityId,
javax.servlet.http.HttpServletRequest request)
Returns the authentication service
URL of the
identity provider |
public static String getAuthenticationServiceURL(String realm, String hostEntityId, javax.servlet.http.HttpServletRequest request)
URL
of the
identity providerrealm
- the realm name of the identity providerhostEntityId
- the entity id of the identity providerrequest
- the HttpServletRequest
objectURL
of the
identity providerpublic static String getACSurl(String entityId, String realm, String wreply) throws WSFederationMetaException
entityId
- entity ID of providerrealm
- realm of the providerwreply
- the ACSURL supplied by the requestor. If supplied, this is
checked against the URLs registered for the provider.WSFederationMetaException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.