From 697512952de047b395f77e7f7432956fd8faf572 Mon Sep 17 00:00:00 2001 From: Micah Silverman Date: Tue, 22 Aug 2017 20:37:59 +0000 Subject: [PATCH] Updated rockspec for proper installation and fixed some words in description. --- kong-oidc-1.0.0-0.rockspec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kong-oidc-1.0.0-0.rockspec b/kong-oidc-1.0.0-0.rockspec index 60a10ea9..fc2e18d9 100644 --- a/kong-oidc-1.0.0-0.rockspec +++ b/kong-oidc-1.0.0-0.rockspec @@ -1,13 +1,14 @@ package = "kong-oidc" version = "1.0.0-0" source = { - url = "https://github.com/nokia/kong-oidc", - tag = "v1.0.0-0" + url = "git://github.com/nokia/kong-oidc", + tag = "v1.0", + dir = "kongoidc" } description = { summary = "A Kong plugin for implementing the OpenID Connect Relying Party (RP) functionality", detailed = [[ - kong-oifc is a Kong pluhin for implementing the OpenID Connect Relying Party. + kong-oidc is a Kong plugin for implementing the OpenID Connect Relying Party. When used as an OpenID Connect Relying Party it authenticates users against an OpenID Connect Provider using OpenID Connect Discovery and the Basic Client Profile (i.e. the Authorization Code flow).