fix: op handler as http.Handler

This commit is contained in:
Livio Amstutz 2020-07-06 10:34:58 +02:00
parent 320dd41137
commit 653540c27d
4 changed files with 17 additions and 39 deletions

View file

@ -16,8 +16,6 @@ type Configuration interface {
KeysEndpoint() Endpoint
AuthMethodPostSupported() bool
Port() string
}
func ValidateIssuer(issuer string) error {