Skip to content

feat: add identity ID to password grant extra claims (#831) #163

feat: add identity ID to password grant extra claims (#831)

feat: add identity ID to password grant extra claims (#831) #163

Triggered via push October 29, 2024 13:40
Status Failure
Total duration 2m 37s
Artifacts
oidc-conformity
2m 26s
oidc-conformity
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
oidc-conformity
cannot use new(Persister) (value of type *Persister) as persistence.Persister value in variable declaration: *Persister does not implement persistence.Persister (wrong type for method Authenticate)
oidc-conformity
cannot use &p (value of type *Persister) as persistence.Persister value in return statement: *Persister does not implement persistence.Persister (wrong type for method Authenticate)
oidc-conformity
cannot use &Persister{} (value of type *Persister) as "github.com/ory/hydra/v2/oauth2".AssertionJWTReader value in variable declaration: *Persister does not implement "github.com/ory/hydra/v2/oauth2".AssertionJWTReader (wrong type for method Authenticate)
oidc-conformity
cannot use new(Persister) (value of type *Persister) as persistence.Persister value in variable declaration: *Persister does not implement persistence.Persister (wrong type for method Authenticate)
oidc-conformity
cannot use &p (value of type *Persister) as persistence.Persister value in return statement: *Persister does not implement persistence.Persister (wrong type for method Authenticate)
oidc-conformity
cannot use &Persister{} (value of type *Persister) as "github.com/ory/hydra/v2/oauth2".AssertionJWTReader value in variable declaration: *Persister does not implement "github.com/ory/hydra/v2/oauth2".AssertionJWTReader (wrong type for method Authenticate)
oidc-conformity
Process completed with exit code 17.
oidc-conformity
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
oidc-conformity
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/