main.go aktualisiert
This commit is contained in:
@@ -28,6 +28,11 @@ var (
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
||||||
|
http.DefaultTransport.(*http.Transport).TLSClientConfig =
|
||||||
|
&tls.Config{
|
||||||
|
InsecureSkipVerify: true,
|
||||||
|
}
|
||||||
|
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
|
||||||
// OIDC Discovery (.well-known/openid-configuration)
|
// OIDC Discovery (.well-known/openid-configuration)
|
||||||
|
|||||||
Reference in New Issue
Block a user