fernando-arellano commented on PR #12051:
URL: https://github.com/apache/apisix/pull/12051#issuecomment-2892656738

   hello @arthurdarcet can you confirm how you were able to configure the 
domain.
   
   ```
     - config:
         access_token_in_authorization_header: true
         bearer_only: false
         client_id: ...
         client_secret: ...
         discovery: ...
         redirect_after_logout_uri: http://localhost:4200
         redirect_uri: http://localhost:4200/login/redirect
         scope: openid 48bd3841-c7fc-4dd2-b973-080d1d7e1b47/.default
         session:
           cookie:
             domain: example.com
           secret: "1234567890123456"
         use_jwks: true
       enable: true
   ```
   
   but the cookie domain seems to be ignored after a successful login.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to