Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
cced75f1
Commit
cced75f1
authored
Aug 11, 2016
by
Eric Chiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*: update examples to hold valid client secrets for no-db mode
parent
ac518139
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tls-setup.md
Documentation/tls-setup.md
+1
-1
README.md
examples/README.md
+2
-2
No files found.
Documentation/tls-setup.md
View file @
cced75f1
...
...
@@ -46,7 +46,7 @@ When establishing connection to the server, we will need to provide the CA file
./bin/example-app
\
--trusted-ca-file
=
examples/tls-setup/certs/ca.pem
\
--client-id
=
"XXX"
\
--client-secret
=
"
secrete
"
\
--client-secret
=
"
c2VjcmV0ZQ==
"
\
--redirect-url
=
"http://127.0.0.1:5555/callback"
\
--discovery
=
"https://127.0.0.1:5556"
\
--listen
=
"http://127.0.0.1:5555"
...
...
examples/README.md
View file @
cced75f1
...
...
@@ -34,7 +34,7 @@ supplying the client information from `./static/fixtures/clients.json` into the
```
console
./bin/example-app \
--client-id=example-app \
--client-secret=e
xample-app-secret
\
--client-secret=e
ZXhhbXBsZS1jbGktc2VjcmV0
\
--discovery=http://127.0.0.1:5556
```
...
...
@@ -54,6 +54,6 @@ The example CLI will start, connect to the Dex instance to gather discovery info
```
console
./bin/example-cli \
--client-id example-cli \
--client-secret
examplie-cli-secret
\
--client-secret
ZXhhbXBsZS1jbGktc2VjcmV0
\
--discovery=http://127.0.0.1:5556
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment