MCPcopy Index your code
hub / github.com/coder/coder / WellknownConfig

Method WellknownConfig

coderd/coderdtest/oidctest/idp.go:509–511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

507}
508
509func (f *FakeIDP) WellknownConfig() ProviderJSON {
510 return f.locked.Provider()
511}
512
513func (f *FakeIDP) IssuerURL() *url.URL {
514 return f.locked.IssuerURL()

Callers 4

ExternalAuthConfigMethod · 0.95
TestIDPIssuerMismatchFunction · 0.95
setupOauth2TestFunction · 0.95
RunIDPFunction · 0.95

Calls 1

ProviderMethod · 0.45

Tested by 2

TestIDPIssuerMismatchFunction · 0.76
setupOauth2TestFunction · 0.76