Files
opencloud/services
Ralf Haferkamp b7990875c1 oidc: Remove "aud" claim validation of logout tokens (#6156)
The "aud" claim of the logout token is supposed to contain the client-id
of the client for which the token was issued. Our current implementation of
validating that claim is somewhat broken. We only allow to configure a single
value for the allowed client id. But we have different client-ids
accessing oCIS.

This completely removes the current validation of the `aud` claim until
we come up with a working solution. As we currently require a session id
to be present in the logout token the risk not validating the `aud`
claim is pretty low.

Related: #6149
2023-04-27 10:34:09 +02:00
..
2023-03-06 19:01:16 +01:00
2023-04-14 09:30:24 +02:00
2023-04-12 18:40:41 +02:00
2023-03-06 19:01:16 +01:00
2023-04-26 20:13:54 +02:00
2023-04-19 10:46:50 +02:00
2023-04-26 08:54:41 +02:00
2023-04-03 17:29:49 +02:00
2023-04-25 15:46:59 +02:00
2023-04-23 10:14:42 +02:00
2023-03-06 19:01:16 +01:00
2023-03-06 19:01:16 +01:00
2023-03-27 08:54:51 +02:00
2023-04-24 11:24:04 +02:00