Skip to content

Commit a56c3c0

Browse files
hperlory-bot
authored andcommitted
chore: un-revert external_id feature
GitOrigin-RevId: 1f63d53e84d3307bc4eccc36af00e63197b1c420
1 parent cf53971 commit a56c3c0

28 files changed

+576
-494
lines changed

driver/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,6 +1550,7 @@ type SessionTokenizeFormat struct {
15501550
TTL time.Duration `koanf:"ttl" json:"ttl"`
15511551
ClaimsMapperURL string `koanf:"claims_mapper_url" json:"claims_mapper_url"`
15521552
JWKSURL string `koanf:"jwks_url" json:"jwks_url"`
1553+
SubjectSource string `koanf:"subject_source" json:"subject_source"`
15531554
}
15541555

15551556
func (p *Config) TokenizeTemplate(ctx context.Context, key string) (_ *SessionTokenizeFormat, err error) {

0 commit comments

Comments
 (0)