Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is SSO (Single Sign-On) and how do I configure it in GlassFish?

configure glassfish sign-on SSO
0
Posted

What is SSO (Single Sign-On) and how do I configure it in GlassFish?

0

SSO is an authentication solution allowing multiple applications to share the same user sign-on information. • GlassFish has built-in support for SSO in its HTTP virtual server layer in a server instance. SSO in the HTTP virtual server layer is enabled by default. You can turn it off by defining the following property in domain.xml: • With the pluggable authentication support available in Glassfish, you can integrate it with external identity provider (such as openSSO) in two message layers – HttpServlet layer and SOAP layer. In the openSSO case, the framework enables applications deployed in GlassFish to utilize Federated SSO and across-domain Federation. For further information, please check openSSO in java.net.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123