Closed
Solved
URL for SAML SSO
How is the URL formed for SAML SSO log in?
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
How is the URL formed for SAML SSO log in?
Accepted Solution
It is defined in web.xml. OOTB there are three AuthService defined, e.g. SAMLAuth is defined as follows - the URL is http://host:port/prweb/sso. For SAMLAuth1, URL is .../prweb/sso1, etc.
<servlet>
<servlet-name>sso</servlet-name>
<display-name>sso</display-name>
<description>sso</description>
<servlet-class>com.pega.pegarules.internal.web.servlet.WebStandardBoot</servlet-class>
<init-param>
<param-name>PegaEtierClass</param-name>
<!-- COMPONENTS: This was previously com.pega.pegarules.services.HttpAPI -->
<param-value>com.pega.pegarules.session.internal.engineinterface.service.HttpAPI</param-value>
</init-param>
<init-param>
It is defined in web.xml. OOTB there are three AuthService defined, e.g. SAMLAuth is defined as follows - the URL is http://host:port/prweb/sso. For SAMLAuth1, URL is .../prweb/sso1, etc.
<servlet>
<servlet-name>sso</servlet-name>
<display-name>sso</display-name>
<description>sso</description>
<servlet-class>com.pega.pegarules.internal.web.servlet.WebStandardBoot</servlet-class>
<init-param>
<param-name>PegaEtierClass</param-name>
<!-- COMPONENTS: This was previously com.pega.pegarules.services.HttpAPI -->
<param-value>com.pega.pegarules.session.internal.engineinterface.service.HttpAPI</param-value>
</init-param>
<init-param>
<param-name>AuthenticationType</param-name>
<param-value>PRCustom</param-value>
</init-param>
<init-param>
<param-name>StatusPage</param-name>
<param-value>/diagnostic/status.jsp</param-value>
</init-param>
<init-param>
<param-name>AuthService</param-name>
<param-value>SAMLAuth</param-value>
</init-param>
<init-param>
<param-name>RuntimeServletName</param-name>
<param-value>sso</param-value>
</init-param>
<init-param>
<param-name>SecureServletName</param-name>
<param-value>sso</param-value>
</init-param>
</servlet>
Hi Kevin,
Thank you for the clarification. One more question:
I have a number of applications in Pega. How do I form the URL to point particualar URL? Or I do same URL and map the operator profiles for each application?
Question
Question Solved
Question
Discussion
Question
Question
Question
Question
Question
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.