..
mock
fix: supported ui locales from config ( #107 )
2021-07-09 09:20:03 +02:00
auth_request.go
fix: parse max_age and prompt correctly (and change scope type) ( #105 )
2021-06-16 08:34:01 +02:00
auth_request_test.go
fix: parse max_age and prompt correctly (and change scope type) ( #105 )
2021-06-16 08:34:01 +02:00
client.go
fix: check grant types and add refresh token to discovery
2021-05-27 13:44:11 +02:00
config.go
task: Ease dev host name constraints
2021-08-26 20:32:51 +00:00
config_test.go
chore: move CAOS_OIDC_DEV to const (and ensure TestValidateIssuer runs (even on machines with env set))
2020-10-07 08:49:23 +02:00
crypto.go
initial commit
2020-01-31 15:22:16 +01:00
discovery.go
fix: supported ui locales from config ( #107 )
2021-07-09 09:20:03 +02:00
discovery_test.go
feat: token introspection ( #83 )
2021-02-15 13:43:50 +01:00
endpoint.go
fix: custom absolute endpoints
2020-02-21 10:04:50 +01:00
endpoint_test.go
fix: custom absolute endpoints
2020-02-21 10:04:50 +01:00
error.go
fix: handle single aud
string claim, extract en/decoder interface, comments ( #51 )
2020-09-07 12:32:35 +02:00
keys.go
simplify KeyProvider interface
2021-06-30 14:10:38 +02:00
op.go
fix: improve JWS and key verification ( #128 )
2021-09-14 15:13:44 +02:00
probes.go
feat: token introspection ( #83 )
2021-02-15 13:43:50 +01:00
session.go
fix: parse max_age and prompt correctly (and change scope type) ( #105 )
2021-06-16 08:34:01 +02:00
signer.go
chore: improve signer log messages
2021-03-05 07:53:35 +01:00
storage.go
fix: parse max_age and prompt correctly (and change scope type) ( #105 )
2021-06-16 08:34:01 +02:00
token.go
fix: removeUserinfoScopes return new slice (without manipulating passed one) ( #110 )
2021-07-21 08:27:38 +02:00
token_code.go
fix: check grant types and add refresh token to discovery
2021-05-27 13:44:11 +02:00
token_exchange.go
begin refresh token
2021-04-29 09:20:01 +02:00
token_intospection.go
fix: encoding of basic auth header values
2021-03-05 07:44:37 +01:00
token_jwt_profile.go
rename storage methods and fix mocks
2021-05-11 10:48:11 +02:00
token_refresh.go
fix: parse max_age and prompt correctly (and change scope type) ( #105 )
2021-06-16 08:34:01 +02:00
token_request.go
fix: check grant types and add refresh token to discovery
2021-05-27 13:44:11 +02:00
userinfo.go
feat: token introspection ( #83 )
2021-02-15 13:43:50 +01:00
verifier_access_token.go
claims assertion
2020-10-14 16:41:04 +02:00
verifier_id_token_hint.go
refactoring
2020-09-25 16:41:25 +02:00
verifier_jwt_profile.go
simplify KeyProvider interface
2021-06-30 14:10:38 +02:00