Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit e7728f6

Browse files
committed
https://https:// -> https://
Signed-off-by: JoshVanL <[email protected]>
1 parent 27bec9e commit e7728f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ htpasswd -bnBC 10 "" MyVerySecurePassword | tr -d ':'
108108
Dex also supports multiple 'connectors' that enable third party applications to
109109
provide OAuth to it's system. For Github, this involves creating an 'OAuth App'.
110110
The `Authorization callback URL` should be populated with the Dex callback URL, i.e.
111-
`https://https://dex.gke.mydomain.company.net/callback`.
111+
`https://dex.gke.mydomain.company.net/callback`.
112112
The resulting `Client ID` and `Client Secret` can then be used to populate the
113113
configuration file:
114114
```

0 commit comments

Comments
 (0)