Commit graph

  • 709310baa7 fix(deps): update all go modules to latest Tim Möhlmann 2024-01-05 18:48:33 +02:00
  • 0c50229fad chore: update remaining 2.11 references to 2.12 Tim Möhlmann 2024-01-05 18:45:00 +02:00
  • 1b5b1fb901 chore(example): add device package level documentation Tim Möhlmann 2024-01-05 18:31:52 +02:00
  • fb1ea94634 Notes added by 'git notes add' semantic-release-bot 2024-01-05 15:31:57 +00:00
  • c37ca25220
    feat(op): allow double star globs (#507) v3.9.0 Tim Möhlmann 2024-01-05 17:30:17 +02:00
  • 98fdb39413
    Implement dedicated error for RevokeToken Jan-Otto Kröpke 2024-01-03 23:17:40 +01:00
  • 2f53fe7c3d feat(op): allow double star globs Tim Möhlmann 2023-12-28 12:09:34 +02:00
  • 4a7daff99c Notes added by 'git notes add' semantic-release-bot 2023-12-22 09:27:16 +00:00
  • dce79a73fb
    fix(oidc): ignore unknown language tag in userinfo unmarshal (#505) v3.8.1 Tim Möhlmann 2023-12-22 11:25:58 +02:00
  • ca83a6032a do not set nil to Locale field Tim Möhlmann 2023-12-22 10:35:03 +02:00
  • bc1fbf5eaa fix(oidc): ignore unknown language tag in userinfo unmarshal Tim Möhlmann 2023-12-22 00:34:55 +02:00
  • 6a8e144e8d
    chore(deps): bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11 (#504) dependabot[bot] 2023-12-20 18:26:55 +02:00
  • a4f001a754
    chore(deps): bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11 dependabot[bot] 2023-12-20 05:01:28 +00:00
  • caab666767
    remove race condition Jan-Otto Kröpke 2023-12-19 19:08:57 +01:00
  • 010f41eefa
    RP: Add UnauthorizedHandler Jan-Otto Kröpke 2023-12-19 11:18:41 +01:00
  • 2b35eeb835
    chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#502) dependabot[bot] 2023-12-19 12:15:36 +02:00
  • e6d41bdd5d
    chore(deps): bump github/codeql-action from 2 to 3 (#501) dependabot[bot] 2023-12-19 11:54:35 +02:00
  • a44e2280cc
    chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 dependabot[bot] 2023-12-19 00:02:11 +00:00
  • 3b3f3eaff1
    chore(deps): bump github/codeql-action from 2 to 3 dependabot[bot] 2023-12-18 19:35:05 +00:00
  • 8d1629e593 Notes added by 'git notes add' semantic-release-bot 2023-12-18 07:40:55 +00:00
  • b300027cd7
    feat(op): ID token for device authorization grant (#500) v3.8.0 Tim Möhlmann 2023-12-18 09:39:39 +02:00
  • fcfdd190c8 Notes added by 'git notes add' semantic-release-bot 2023-12-17 12:08:29 +00:00
  • 7bdaf9c71d
    feat(op): User-configurable claims_supported (#495) v3.7.0 snow 2023-12-17 04:06:42 -08:00
  • 45db180829 use strings instead of exp/slices Tim Möhlmann 2023-12-16 00:35:38 +02:00
  • 5c6ead281e undo authTime export from example Tim Möhlmann 2023-12-16 00:31:20 +02:00
  • 519718ec96 Merge branch 'main' into feat-device-idtoken Tim Möhlmann 2023-12-15 23:55:36 +02:00
  • d5197e0a53 deviceState implement IDTokenRequest directly Tim Möhlmann 2023-12-15 14:12:18 +02:00
  • 315ec4cedf fix device code support check Tim Möhlmann 2023-12-15 13:16:08 +02:00
  • bca8833c15
    chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 (#499) dependabot[bot] 2023-12-14 11:59:11 +02:00
  • 9c582989d9
    chore(deps): bump actions/setup-go from 4 to 5 (#498) dependabot[bot] 2023-12-14 11:58:03 +02:00
  • 3a16504990 feat(op): ID token for device authorization grant Tim Möhlmann 2023-12-13 18:05:37 +02:00
  • c46ac4e7c6
    chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 dependabot[bot] 2023-12-13 04:46:33 +00:00
  • 472970a27b
    chore(deps): bump actions/setup-go from 4 to 5 dependabot[bot] 2023-12-11 19:48:18 +00:00
  • e9f5ac8df8 Notes added by 'git notes add' semantic-release-bot 2023-12-07 15:37:23 +00:00
  • 9d12d1d900
    feat(op): PKCE Verification in Legacy Server when AuthMethod is not NONE and CodeVerifier is not Empty (#496) v3.6.0 Stephen Andary 2023-12-07 10:36:03 -05:00
  • 192bcd9a69
    update per Tim's direction Stephen Andary 2023-12-07 10:24:15 -05:00
  • ed21cdd4ce
    docs: update features client credential grant (#497) mffap 2023-12-06 11:51:24 +02:00
  • 91f42c0104
    docs: update features client credential grant mffap 2023-12-06 10:32:03 +01:00
  • af0de4632e
    add logic for legacy server pkce verification when auth method is not None, and code verifier is not empty. Stephen Andary 2023-12-05 14:15:41 -05:00
  • 22758c3fce Use op.SupportedClaims instead of interface snow flurry 2023-12-05 11:09:53 -08:00
  • 2fe47cc288 Notes added by 'git notes add' semantic-release-bot 2023-12-05 15:17:19 +00:00
  • 3a4d44cae7
    fix(crypto): nil pointer dereference in crypto.BytesToPrivateKey (#491) (#493) v3.5.1 Oleksandr Shepetko 2023-12-05 17:15:59 +02:00
  • d5deb8a170 Notes added by 'git notes add' semantic-release-bot 2023-12-05 05:41:45 +00:00
  • fe3e02b80a
    feat(rp): client credentials grant (#494) v3.5.0 Tim Möhlmann 2023-12-05 07:40:16 +02:00
  • 172aef5350 feat(rp): client credentials grant Tim Möhlmann 2023-12-04 19:30:57 +02:00
  • 3bb48f7cba User-configurable claims_supported snow flurry 2023-12-03 15:19:29 -08:00
  • 8fb3a04b88 Fix nil pointer dereference in crypto.BytesToPrivateKey (#491) Oleksandr Shepetko 2023-11-28 11:49:42 +02:00
  • 4d05eade5e
    chore(deps): bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 (#492) dependabot[bot] 2023-11-28 09:59:39 +02:00
  • 8cb1aa1431
    chore(deps): bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 dependabot[bot] 2023-11-28 04:57:48 +00:00
  • b8e9e7b700
    fix: add storage info to device token Stefan Benz 2023-11-25 17:25:42 +01:00
  • dcd3f46f02
    feat: add storage info to token responses Stefan Benz 2023-11-25 17:14:21 +01:00
  • 48b14cd093 Notes added by 'git notes add' semantic-release-bot 2023-11-21 09:28:08 +00:00
  • a8ef8de87b
    feat(op): JWT profile verifier with keyset v3.4.0 Stefan Benz 2023-11-21 10:26:57 +01:00
  • f36a74360c Notes added by 'git notes add' semantic-release-bot 2023-11-20 12:42:36 +00:00
  • 7d0cdec925
    fix(examples): Offer Storage with non-global client (#489) v3.3.1 Jan-Otto Kröpke 2023-11-20 13:40:42 +01:00
  • ff8cee5a71
    example: Offer Storage with non-global client Jan-Otto Kröpke 2023-11-20 06:18:25 +01:00
  • 2e8b0a889f Notes added by 'git notes add' semantic-release-bot 2023-11-17 13:35:31 +00:00
  • 7b64687990
    feat: Allow CORS policy to be configured (#484) v3.3.0 Kory Prince 2023-11-17 07:33:48 -06:00
  • ce55068aa9
    chore(deps): bump go.opentelemetry.io/otel from 1.20.0 to 1.21.0 (#488) dependabot[bot] 2023-11-17 10:03:56 +02:00
  • 66acc5d85f
    chore(deps): bump go.opentelemetry.io/otel from 1.20.0 to 1.21.0 dependabot[bot] 2023-11-17 04:53:48 +00:00
  • 6e28140375
    chore(deps): bump go.opentelemetry.io/otel/trace from 1.20.0 to 1.21.0 dependabot[bot] 2023-11-17 04:53:41 +00:00
  • 5d7cb2c1a2 create a separate handler on webServer so type assertion works in tests Kory Prince 2023-11-16 17:49:13 -06:00
  • 9f494b165b Notes added by 'git notes add' semantic-release-bot 2023-11-16 11:21:56 +00:00
  • 1ed551c74c feat: 2.12 releases v2.12.0 Tim Möhlmann 2023-11-16 13:19:48 +02:00
  • cae2159896 Notes added by 'git notes add' semantic-release-bot 2023-11-16 10:12:48 +00:00
  • dd5b1ca368
    feat: Allow CORS policy to be configured (#485) Kory Prince 2023-11-16 04:08:25 -06:00
  • c84e0bd015 Backported PR (#484) to v2 Kory Prince 2023-11-15 17:43:26 -06:00
  • 37e01449e0 Allow nil CORS policy to be set to disable CORS middleware Kory Prince 2023-11-13 18:31:39 -06:00
  • cd3cb17b2c remove duplicated CORS middleware Kory Prince 2023-11-13 18:10:15 -06:00
  • 2a038f8746 Add configurable CORS policy to Server Kory Prince 2023-11-13 18:10:05 -06:00
  • 8a11cca6bb Add configurable CORS policy in OpenIDProvider Kory Prince 2023-11-13 17:29:12 -06:00
  • f6bd17e8db correct comment Tim Möhlmann 2023-11-13 19:28:01 +02:00
  • c6b5544516 Merge branch 'main' into perf-introspection Tim Möhlmann 2023-11-13 18:17:09 +02:00
  • f014796c45
    chore(deps): bump go.opentelemetry.io/otel/trace from 1.19.0 to 1.20.0 (#481) dependabot[bot] 2023-11-13 07:34:53 +01:00
  • e7e033d90e
    chore(deps): bump go.opentelemetry.io/otel from 1.19.0 to 1.20.0 dependabot[bot] 2023-11-13 04:46:21 +00:00
  • dd3db8b1df
    chore(deps): bump go.opentelemetry.io/otel/trace from 1.19.0 to 1.20.0 dependabot[bot] 2023-11-13 04:46:16 +00:00
  • ac946a51ca Notes added by 'git notes add' semantic-release-bot 2023-11-10 14:29:03 +00:00
  • d88c0ac296
    fix(op): export NewProvider to allow customized issuer (#479) v3.2.1 Tim Möhlmann 2023-11-10 16:26:54 +02:00
  • 7a7e593d23 fix(op): export NewProvider to allow customized issuer Tim Möhlmann 2023-11-10 15:29:03 +02:00
  • 2c1373fb8f Notes added by 'git notes add' semantic-release-bot 2023-11-10 12:19:41 +00:00
  • 7475023a65
    feat(op): issuer from custom headers (#478) v3.2.0 Tim Möhlmann 2023-11-10 14:18:08 +02:00
  • bde89327ed feat(op): issuer from custom headers Tim Möhlmann 2023-11-10 10:59:00 +02:00
  • f7a0f7cb0b feat(op): create a JWT profile with a keyset Tim Möhlmann 2023-11-10 09:36:08 +02:00
  • 0cfc32345a
    chore(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 (#476) dependabot[bot] 2023-11-09 16:37:03 +02:00
  • 9a3630b40f
    chore(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 dependabot[bot] 2023-11-09 04:46:53 +00:00
  • 0ee3079b11
    chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#475) dependabot[bot] 2023-11-08 14:07:51 +02:00
  • b208ef13cb
    chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 dependabot[bot] 2023-11-08 04:09:29 +00:00
  • 60b80a73c4
    chore(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 (#474) dependabot[bot] 2023-11-06 09:48:41 +02:00
  • e260118fb2
    chore(deps): bump github.com/gorilla/securecookie from 1.1.1 to 1.1.2 (#473) dependabot[bot] 2023-11-06 09:48:06 +02:00
  • 5ab53dd670
    chore(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 dependabot[bot] 2023-11-06 04:30:20 +00:00
  • 048cca3943
    chore(deps): bump github.com/gorilla/securecookie from 1.1.1 to 1.1.2 dependabot[bot] 2023-11-06 04:30:16 +00:00
  • d58ab6a115
    chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 (#470) dependabot[bot] 2023-10-27 15:58:54 +03:00
  • ba62c2994a
    chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 dependabot[bot] 2023-10-27 04:35:41 +00:00
  • f6242db78d
    chore(deps): bump github.com/zitadel/logging from 0.4.0 to 0.5.0 (#469) dependabot[bot] 2023-10-25 09:33:53 +03:00
  • d07fdf5e85
    chore(deps): bump github.com/zitadel/logging from 0.4.0 to 0.5.0 dependabot[bot] 2023-10-25 04:12:51 +00:00
  • 739b67f9af Notes added by 'git notes add' semantic-release-bot 2023-10-24 15:09:06 +00:00
  • 73a1982077
    fix(server): do not get client by id for introspection (#467) v3.1.1 Tim Möhlmann 2023-10-24 18:07:20 +03:00
  • e5f0dca0e4
    fix: build callback url from server, not op (#468) Tim Möhlmann 2023-10-24 18:06:04 +03:00
  • e7123d2b57 fix: build callback url from server, not op Tim Möhlmann 2023-10-24 17:37:56 +03:00
  • 2d7d92a8a3 fix(server): do not get client by id for introspection Tim Möhlmann 2023-10-24 15:43:17 +03:00