You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
* 🐛 Fix ACR for implicit and authorization_code flows ([39bc00a](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/39bc00a3b08e3129e2244f123a466f4c9490ae36))
7
+
8
+
9
+
### BREAKING CHANGES
10
+
11
+
* 🧨 Database needs to be updated: `ALTER TABLE saved_user_auth DROP
12
+
source_class; ALTER TABLE saved_user_auth ADD COLUMN acr VARCHAR(1024);`
0 commit comments