Skip to content

Commit

Permalink
New external SAML2 idp support
Browse files Browse the repository at this point in the history
  • Loading branch information
sgonzalezoyuela committed Jul 6, 2023
1 parent eec9d63 commit 0226eae
Show file tree
Hide file tree
Showing 245 changed files with 22,483 additions and 311 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/atricore/josso-cli-go
go 1.16

require (
github.com/atricore/josso-api-go v0.5.0
github.com/atricore/josso-sdk-go v0.5.0
github.com/atricore/josso-api-go v0.5.1
github.com/atricore/josso-sdk-go v0.5.2
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.10.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV
github.com/armon/go-metrics v0.3.10/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc=
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/atricore/josso-api-go v0.5.0 h1:sywK9PZO0r05x0kgxsy3sDjjAzNsmTGhIn9kvmnFEi0=
github.com/atricore/josso-api-go v0.5.0/go.mod h1:Oys9D0y1x+bvyIsnRFl6JOYiIV7KQkuToIQa+jxeuHs=
github.com/atricore/josso-sdk-go v0.5.0 h1:4EiUY7F7rdWqAyrRWsezNsymFUS8G8YlGh9U7eWyXAY=
github.com/atricore/josso-sdk-go v0.5.0/go.mod h1:lQ1GHEP3BFlfuyO514wDYeAwfZpUci7QrxD5ABmQ324=
github.com/atricore/josso-api-go v0.5.1 h1:gHckHT+858afWLOkRKD1mOVAehoRsPAw5ZJ5dp4bzp0=
github.com/atricore/josso-api-go v0.5.1/go.mod h1:Oys9D0y1x+bvyIsnRFl6JOYiIV7KQkuToIQa+jxeuHs=
github.com/atricore/josso-sdk-go v0.5.2 h1:W4a/WTLJhEMxk1sPAHesOOOpLYqT2DwEPaZGW/9YaUY=
github.com/atricore/josso-sdk-go v0.5.2/go.mod h1:E8mi1w6Jf+ah3CQnFAgyStAkz6Hopou4fHUIX9ldDko=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/atricore/josso-api-go/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion vendor/github.com/atricore/josso-api-go/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0226eae

Please sign in to comment.