8000 chore: implement OIDCClaimFieldValues for idp sync mappings auto complete by Emyrk · Pull Request #15576 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: implement OIDCClaimFieldValues for idp sync mappings auto complete #15576

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Nov 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
Emyrk committed Nov 18, 2024
commit e04102fd168073d98f3ff1476ba19ca6cec7371b
1 change: 0 additions & 1 deletion coderd/database/dbauthz/dbauthz.go
Original file line number Diff line number Diff line change
Expand Up @@ -3292,7 +3292,6 @@ func (q *querier) OIDCClaimFieldValues(ctx context.Context, args database.OIDCCl
return nil, err
}
return q.db.OIDCClaimFieldValues(ctx, args)

}

func (q *querier) OIDCClaimFields(ctx context.Context, organizationID uuid.UUID) ([]string, error) {
Expand Down
Loading
0