feat(oidc): support for all in-spec attributes and scopes #1500
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
|