Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add server side session support for the external cookie scheme #1551

Open
AndersAbel opened this issue May 14, 2024 · 2 comments
Open

Add server side session support for the external cookie scheme #1551

AndersAbel opened this issue May 14, 2024 · 2 comments

Comments

@AndersAbel
Copy link
Member

The external cookies are sometimes very large and if the upstream Idp cannot be changed it's hard to do anything about the number of claims and token sizes. The claims can be filtered out in an event if there are claims that are known to be not needed. But in some cases all claims are needed.

Also some products put all the claims in the id_token resulting in very large tokens. And they need to be kept around for logout.

Adding a possibility to use server side sessions for the external cookie too would be a simple way to work around this.

@brockallen
Copy link
Member

Hmm, my initial reaction is that this is up to customers in their external login code. IIRC, though, our server-side sessions allows for other schemes, right?

@AndersAbel
Copy link
Member Author

It has obviously been considered before, but is not available:

@brockallen brockallen added this to the Future milestone Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants