example_server_oidc

package
v0.77.0-dev-1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "example-server-oidc",
	Short: "Run example web server with OIDC",
	Args:  cobra.NoArgs,
	Run: func(c *cobra.Command, args []string) {
		Server(FlagPort, FlagIssuer, FlagClientID, FlagClientSecret)
	},
}
View Source
var FlagClientID string
View Source
var FlagClientSecret string
View Source
var FlagIssuer string
View Source
var FlagPort int

Functions

func Server

func Server(port int, issuer, clientID, clientSecret string)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL