Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-27028

[GSS](8.0.z) Add documentation for the new wildfly.elytron.oidc.allow.query.params system property

XMLWordPrintable

    • False
    • None
    • False
    • Migration
    • Known Issue
    • Hide
      Show
      Follow the steps mentioned in following oidc-with-bearer example Access url with query parameter like following : http://localhost:8090/oidc-app/index.jsp?action=secured On successful login with RH-SSO - the request is redirected back to http://localhost:8090/oidc-app/index.jsp

      Environment : Jboss EAP  8.0.0 Beta, and elytron-oidc-client to integrate with RH-SSO

       

      Issue:

      Application query params are lost once redirected to RH-SSO. This can be  seen in redirect_uri sent to the RH-SSO. And ultimately the redirection back from RH-SSO does not has the query params through which the authentication to RH-SSO was initiated.

      Step1: application.com/secure?myparam=1&myparam=2 ---- 1. Redirects to RH-SSO ---> Step2: rhsso.com/auth?redirect_uri=application.com/secure ---- 2. post authentication ---> Step3: application.com/secure 

       

      Related Jira's:

            fjuma1@redhat.com Farah Juma
            fjuma1@redhat.com Farah Juma
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: