You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After implementation of #5925 user logins are getting appropriately audited, however if a NEW OIDC users logs in that does not have a local Coder user profile yet, the audit log shows "an unknown user logged in" creating a less than useful audit log message.
Expected Behavior
Coder should likely be creating the local user profile and then creating the audit record.
Steps To Reproduce The Problem
Install coder and setup OIDC Authentication
login with OIDC as a new user
The text was updated successfully, but these errors were encountered:
bpmct
added
bug
s2
Broken use cases or features (with a workaround). Only humans may set this.
s1
Bugs that break core workflows. Only humans may set this.
and removed
s2
Broken use cases or features (with a workaround). Only humans may set this.
labels
Feb 9, 2023
bpmct
changed the title
bug: New OIDC Users aren't correctly audited at login
audit: proper logs for new OIDC Users
Feb 9, 2023
Problem Summary
After implementation of #5925 user logins are getting appropriately audited, however if a NEW OIDC users logs in that does not have a local Coder user profile yet, the audit log shows "an unknown user logged in" creating a less than useful audit log message.
Expected Behavior
Coder should likely be creating the local user profile and then creating the audit record.
Steps To Reproduce The Problem
The text was updated successfully, but these errors were encountered: