OpenID-Connect-Java-Spring-.../perun-oidc-server
Dominik Frantisek Bucik e721d7abe9
refactor: 💡 Removed UMA package (not used)
Several tables have been dropped from the database. Also, access_token
does not contain permissions anymore. To update the DB accordingly, run
following:

```sql
DROP TABLE access_token_permissions;
DROP TABLE resource_set;
DROP TABLE resource_set_scope;
DROP TABLE permission_ticket;
DROP TABLE permission;
DROP TABLE permission_scope;
DROP TABLE claim;
DROP TABLE claim_to_policy;
DROP TABLE claim_to_permission_ticket;
DROP TABLE policy;
DROP TABLE policy_scope;
DROP TABLE claim_token_format;
DROP TABLE claim_issuer;
DROP TABLE saved_registered_client;
```
2021-11-24 12:35:21 +01:00
..
src refactor: 💡 Removed UMA package (not used) 2021-11-24 12:35:21 +01:00
.gitignore feat: 🎸 Merge with perun-mitreid overlay, add SAML auth 2021-11-03 08:23:34 +01:00
pom.xml chore(release): 4.0.1 [skip ci] 2021-11-19 17:26:47 +00:00