Skip to content

feat(oidc): support for all in-spec attributes and scopes #1500

feat(oidc): support for all in-spec attributes and scopes

feat(oidc): support for all in-spec attributes and scopes #1500

Triggered via pull request April 9, 2026 09:51
Status Failure
Total duration 40s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci: internal/service/oidc_service.go#L683
cannot use user.Birthdate (variable of type interface{}) as string value in assignment: need type assertion
ci: internal/service/oidc_service.go#L682
cannot use user.Gender (variable of type interface{}) as string value in assignment: need type assertion
ci: internal/service/oidc_service.go#L681
cannot use user.Website (variable of type interface{}) as string value in assignment: need type assertion
ci: internal/service/oidc_service.go#L680
cannot use user.Picture (variable of type interface{}) as string value in assignment: need type assertion
ci: internal/service/oidc_service.go#L679
cannot use user.Profile (variable of type interface{}) as string value in assignment: need type assertion
ci: internal/service/oidc_service.go#L678
cannot use user.Nickname (variable of type interface{}) as string value in assignment: need type assertion
ci: internal/service/oidc_service.go#L677
cannot use user.MiddleName (variable of type interface{}) as string value in assignment: need type assertion
ci: internal/service/oidc_service.go#L676
cannot use user.FamilyName (variable of type interface{}) as string value in assignment: need type assertion
ci: internal/service/oidc_service.go#L675
cannot use user.GivenName (variable of type interface{}) as string value in assignment: need type assertion
ci: internal/service/oidc_service.go#L393
cannot use userContext.Attributes.PhoneNumberVerified (variable of type bool) as int64 value in struct literal