authelia/internal/oidc
James Elliott 98970a24be
build(deps): update module authelia.com/provider/oauth2 to v0.1.12 (#7216)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2024-04-22 21:05:42 +10:00
..
amr.go feat: oauth2 authorization bearer (#6774) 2024-03-05 19:11:16 +10:00
amr_test.go test(suites): add and fix tests for coverage 2024-03-04 20:29:11 +11:00
client.go build(deps): update module authelia.com/provider/oauth2 to v0.1.12 (#7216) 2024-04-22 21:05:42 +10:00
client_credentials.go build(oidc): use authelia maintained library (#6821) 2024-03-12 00:35:49 +10:00
client_policy.go feat(oidc): requested audience policy (#6002) 2023-09-17 12:24:24 +10:00
client_policy_test.go test: fix linting (#6303) 2023-11-20 20:35:53 +11:00
client_test.go build(oidc): use authelia maintained library (#6821) 2024-03-12 00:35:49 +10:00
config.go fix(oidc): potential nil panic with misconfigured client (#7138) 2024-04-11 21:11:42 +10:00
config_test.go fix(oidc): missing introspection claims (#7049) 2024-03-31 14:42:54 +11:00
const.go build(deps): update module authelia.com/provider/oauth2 to v0.1.12 (#7216) 2024-04-22 21:05:42 +10:00
const_test.go build(oidc): use authelia maintained library (#6821) 2024-03-12 00:35:49 +10:00
discovery.go build(deps): update module authelia.com/provider/oauth2 to v0.1.12 (#7216) 2024-04-22 21:05:42 +10:00
discovery_test.go build(deps): update module authelia.com/provider/oauth2 to v0.1.11 (#7215) 2024-04-22 16:31:32 +10:00
errors.go build(oidc): use authelia maintained library (#6821) 2024-03-12 00:35:49 +10:00
keys.go build(deps): update module authelia.com/provider/oauth2 to v0.1.6 (#7064) 2024-04-02 20:56:29 +11:00
keys_blackbox_test.go build(oidc): use authelia maintained library (#6821) 2024-03-12 00:35:49 +10:00
keys_whitebox_test.go build: fix 2024-03-07 05:24:03 +10:00
provider.go build(deps): update module authelia.com/provider/oauth2 to v0.1.6 (#7064) 2024-04-02 20:56:29 +11:00
provider_test.go refactor(oidc): misc improvements (#6775) 2024-03-06 17:25:42 +10:00
session.go fix(oidc): return correct extra claims (#7071) 2024-04-03 21:43:57 +11:00
session_test.go fix(oidc): return correct extra claims (#7071) 2024-04-03 21:43:57 +11:00
store.go refactor(oidc): abstract the client storage (#7041) 2024-03-29 21:31:28 +11:00
store_test.go refactor(oidc): abstract the client storage (#7041) 2024-03-29 21:31:28 +11:00
types.go build(deps): update module authelia.com/provider/oauth2 to v0.1.11 (#7215) 2024-04-22 16:31:32 +10:00
types_test.go fix(handlers): bearer authorization assumed intention (#6920) 2024-03-17 18:20:39 +11:00
util.go fix(configuration): incorrect sector_identifier_uri validation (#7037) 2024-03-31 12:25:52 +11:00
util_blackbox_test.go fix(handlers): bearer authorization assumed intention (#6920) 2024-03-17 18:20:39 +11:00
util_whitebox_test.go test(suites): add and fix tests for coverage 2024-03-04 20:29:11 +11:00