22 Commits

Author SHA1 Message Date
Tim Siebels
44cd2371d9
Allow scope to be passed as array (#150)
* feat: Allow scope to be passed as array

Scopes are currently passed as a scope string, separating scopes by
spaces.
Clients can grow to many scopes, resulting in a very long string.

This change allows us to specify scopes using the property scopeArray.
That way, we can separate scopes by newlines.
Additionally, this allows us to comment a single scope temporarily or
add a comment for a specific scope, e.g. as a reason why that client has
this scope granted.

* feat: Deprecate scope in favor of scopeArray

* feat: Use kubebuilder:deprecatedversion
2024-10-14 10:06:41 +02:00
David Wobrock
8f679ba89a
Implement handling OAuth2 client token lifespans. (#145) 2024-06-24 13:52:50 +02:00
Tim Siebels
ad03786403
Implement creating clients with backchannel or frontchannel logout uris (#139) 2024-01-22 09:12:12 +01:00
Jordan Labrosse
d5caace0e3
feat: add jwks uri (#126) 2023-08-10 07:49:28 +02:00
Damian Peckett
2a6cef5006
refactor: update to the latest version of kubebuilder and add support for hydra v2 (#127) 2023-08-08 10:30:24 +02:00
Jordan Labrosse
6881f1c1c1
feat: add skip consent (#124) 2023-06-28 13:56:22 +02:00
andremarianiello
fdedbe52ad
fix: add ready condition to OAuth2ClientStatus (#122) 2023-03-27 17:34:35 +02:00
Kevin Goslar
77d196e886
docs: standardize license headers (#113) 2022-11-03 09:31:10 -05:00
Alexandre Mclean
028c3df4c2
fix(controller): Ensure that OAuth2Client reconciliation creates hydra client for specs (#83) 2021-09-14 14:07:06 +02:00
Jonathan Lima
53aea68766
feat: add AllowedCorsOrigins (#58) 2020-06-29 10:56:40 +02:00
Tiago Angelo
e626afcc04
fix: add oauth client name to the CRD spec (#56)
Signed-off-by: Tiago Angelo <kurtis.angelo@gmail.com>
2020-06-22 11:32:50 +02:00
Clément BUCHART
c337b2d8f4
feat: allow postLogoutRedirectsUris to be set (#54)
Closes #51

Signed-off-by: Clément BUCHART <clement@buchart.dev>
2020-06-08 12:09:32 +02:00
Clément BUCHART
ce3ca789ea
fix: tolerate nil secret when tokenEndpointAuthMethod is none (#53)
Signed-off-by: Clément BUCHART <clement@buchart.dev>
2020-03-26 10:19:11 +01:00
Jeffrey Hutchins
c56ba7d6b6
fix: treat Hydra 401 response like a 404 (#50)
Fixes #49
2020-02-27 13:21:30 +01:00
Ante Mihalj
208d1451db
feat: Add support for OAuth2 Client metadata property (#38)
See #36
2020-02-03 12:40:44 +01:00
Ante Mihalj
71f17149c9
feat: Add audience field to OAuth2 Clients (#44) 2020-02-01 14:26:22 +01:00
Ante Mihalj
cb8601c1e1 Add support for token_endpoint_auth_method (#37) 2019-11-26 17:52:38 +01:00
Paul Davis
803c935b47 Support talking to multiple ORY Hydra deployments (#35) 2019-11-14 09:11:13 +01:00
Jakub Kabza
88ceb5da75 fix JSON decode bug (#25)
* fix JSON decode bug
2019-09-19 11:25:09 +02:00
Jakub Kabza
22988c0db6 Fix override clients bug (#23) 2019-09-19 09:29:18 +02:00
Jakub Kabza
294c171ac6 Full upgrade (#19)
- SecretName is now mandatory
- One can update client_secret in Hydra by creating new Secret object and changing the SecretName in CR instance
2019-09-13 14:37:29 +02:00
Jakub Kabza
cd78361bf7 api + basic logic + hydra client crud + validation + happy path integration test 2019-08-28 12:58:13 +02:00