Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PatchMon/PatchMon
/ oidcClientID
Method
oidcClientID
server-source-code/internal/handler/oidc.go:693–698 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
691
}
692
693
func
(h *OidcHandler) oidcClientID() string {
694
if
h.resolved != nil {
695
return
h.resolved.ClientID
696
}
697
return
h.cfg.OidcClientID
698
}
699
700
func
(h *OidcHandler) oidcAutoCreateUsers() bool {
701
if
h.resolved != nil {
Callers
1
Logout
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected