X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=capifcore%2Finternal%2Fsecurityservice%2Fsecurity.go;h=ab0abde3d59abf1d90cd613232ed479ad4a9544e;hb=a3a54cad38108ae4f753eae6bc90ca1357defe4f;hp=25f9bbee4ccd5c4d7ef81b233f3531475326ab17;hpb=31a8d98341c723394deb355dfc828eaaaa13ce6d;p=nonrtric%2Fplt%2Fsme.git diff --git a/capifcore/internal/securityservice/security.go b/capifcore/internal/securityservice/security.go index 25f9bbe..ab0abde 100644 --- a/capifcore/internal/securityservice/security.go +++ b/capifcore/internal/securityservice/security.go @@ -51,7 +51,6 @@ func NewSecurity(serviceRegister providermanagement.ServiceRegister, apiRegister func (s *Security) PostSecuritiesSecurityIdToken(ctx echo.Context, securityId string) error { clientId := ctx.FormValue("client_id") clientSecret := ctx.FormValue("client_secret") - // grantType := ctx.FormValue("grant_type") scope := ctx.FormValue("scope") if !s.invokerRegister.IsInvokerRegistered(clientId) {