fernando-arellano commented on issue #12028:
URL: https://github.com/apache/apisix/issues/12028#issuecomment-2895277215
One way that I've found we can configure the cookie sessions is through the
cookie property which is not documented.
```
- 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
session:
cookie:
samesite: None
secure: "true"
...
secret: "1234567890123456"
```
Although since is not documented I have no idea if that was the intended
behavior. or it might break in the future.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]