4 Replies Latest reply on Nov 1, 2019 2:04 PM by salim.saay

    Single Sign-On Wildfly-14

    salim.saay

      I am trying to enable Single Sign On in the Wildfly 14. The instruction say that before enabling SSO I need to enable SSL. However, i could not find any clear instruction how to enable SSL and how to enable SSO in Wildfly-14, any instruction please ?

        • 1. Re: Single Sign-On Wildfly-14
          pferraro

          I don't see anything in the documentation about configuring SSL as a requirement for SSO: WildFly Elytron Security

           

          Which step are you stuck on?

          1 of 1 people found this helpful
          • 2. Re: Single Sign-On Wildfly-14
            salim.saay

            I configured based on the instruction you sent but now I see the following errors

            12:43:22,180 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "dywa.ear")]) - failure description: {

                "WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.DefaultDS"],

                "WFLYCTL0180: Services with missing/unavailable dependencies" => [

                    "jboss.persistenceunit.\"dywa.ear#pu\".__FIRST_PHASE__ is missing [jboss.naming.context.java.DefaultDS]",

                    "jboss.persistenceunit.\"dywa.ear#pu\" is missing [jboss.naming.context.java.DefaultDS]"

                ]

            }

            • 3. Re: Single Sign-On Wildfly-14
              pferraro

              You probably want to create a separate topic, as this question is unrelated to your original post.

              • 4. Re: Single Sign-On Wildfly-14
                salim.saay

                Single Sign-on works. Thank you, Paul Ferraro

                Just I used the following instruction WildFly Elytron Security