Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ IssuerURL
Method
IssuerURL
coderd/coderdtest/oidctest/idp.go:513–515 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
511
}
512
513
func
(f *FakeIDP) IssuerURL() *url.URL {
514
return
f.locked.IssuerURL()
515
}
516
517
func
(f *FakeIDP) updateIssuerURL(t testing.TB, issuer string) {
518
t.Helper()
Callers
6
TestUserOIDC
Function · 0.95
NewFakeIDP
Function · 0.95
TestInstrument
Function · 0.95
RunIDP
Function · 0.95
httpHandler
Method · 0.45
ExternalAuthConfig
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestUserOIDC
Function · 0.76
TestInstrument
Function · 0.76