Commit Graph

9 Commits (9c135ec304d62d7c482b7bb6639af0fc39ae6769)

Author SHA1 Message Date
Dominik Frantisek Bucik 2b94aff58e
refactor: ๐Ÿ’ก Code inspection by IDEA 2021-11-15 11:20:39 +01:00
Dominik Frantisek Bucik 1056d6acdc
refactor: ๐Ÿ’ก removed unneeded imports 2021-11-15 11:20:39 +01:00
Dominik Frantisek Bucik 26b5a99817
refactor: ๐Ÿ’ก Loggers via Lombok 2021-11-15 11:20:39 +01:00
Dominik Frantisek Bucik 6a6d1e3ad9
feat: ๐ŸŽธ Forward client_id in AuthenticationContextClass
Forward client_id in the AuthenticationContextClass element. This can be
used by the proxy to i.e. display name of the service on WAYF.
2021-11-12 13:28:38 +01:00
Dominik Frantisek Bucik 9aa16ffe5c
feat: ๐ŸŽธ Extended list of internal referrers for sess. invalider
Via property _saml.internalReferrers_ it can be configured which
referrers are considered as internal and in such a cases session will
not be invalidated. The property has to be list of URLs, separated by a
comma, and the matching is done as a prefix of the current referrer
2021-11-11 10:23:20 +01:00
Dominik Frantisek Bucik 39498573c3
feat: ๐ŸŽธ Make SAML identifier attribute configurable
Attribute is configured via property _saml.user.attrIdentifier_ and has
to be one of values eppn|epuid|eptid|uid|uniqueIdentifier
2021-11-11 10:22:56 +01:00
Dominik Frantisek Bucik 0b68a720fb
refactor: ๐Ÿ’ก Disable metadata signature check 2021-11-09 11:13:36 +01:00
Dominik Frantisek Bucik 23a6354fc7
feat: ๐ŸŽธ Sign refresh tokens
Add signature to the refresh_token JWT. Previously it has been missing
it.
2021-11-08 07:46:23 +01:00
Dominik Frantisek Bucik 11fdf85d5f
feat: ๐ŸŽธ Merge with perun-mitreid overlay, add SAML auth
Merge with overlay repository into one big repo. Added SAML
authentication

BREAKING CHANGE: ๐Ÿงจ Merge and auth
2021-11-03 08:23:34 +01:00