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

Support multiple versions of relying party api #261

Open
felix-hellman opened this issue Sep 25, 2024 · 0 comments
Open

Support multiple versions of relying party api #261

felix-hellman opened this issue Sep 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@felix-hellman
Copy link
Contributor

Our current implementation is not interoperable between api versions. If session data for an older version is loaded an exception will be thrown and vice verse when an older version of the application tries to load a newer version.

This issue suggests the implementation of backwards compatibility such as a newer version of the application can handle older sessions. Updating the service a new version should be able to handle an old session and route it towards the old api version.
If an older version tries to read a newer version of the data model of the session an exception needs to be thrown.

Relates to #259

@felix-hellman felix-hellman added the enhancement New feature or request label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant