diff --git a/main.go b/main.go index e48ff83..458e1e9 100644 --- a/main.go +++ b/main.go @@ -289,7 +289,6 @@ func (app *App) Handler() http.Handler { }, ResponseTypesSupported: []domain.ResponseType{ domain.ResponseTypeCode, - domain.ResponseTypeID, }, GrantTypesSupported: []domain.GrantType{ domain.GrantTypeAuthorizationCode,