Skip to content

Commit eab1a1a

Browse files
committed
fmt
1 parent f23d4e7 commit eab1a1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/testidp/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# How to use
22

33
Start the idp service:
4+
45
```bash
56
$ go run main.go
67
2024-01-10 16:48:01.415 [info] stdlib: 2024/01/10 10:48:01 IDP Issuer URL http://127.0.0.1:44517
@@ -10,6 +11,7 @@ $ go run main.go
1011
```
1112

1213
Then use the flag into your coderd instance:
14+
1315
```bash
1416
develop.sh -- --external-auth-providers='[{"type":"fake","client_id":"f2df566b-a1c9-407a-8b75-480db45c6476","client_secret":"55aca4e3-7b94-44b6-9f45-ecb5e81c560d","auth_url":"http://127.0.0.1:44517/oauth2/authorize","token_url":"http://127.0.0.1:44517/oauth2/token","validate_url":"http://127.0.0.1:44517/oauth2/userinfo","scopes":["openid","email","profile"]}]'
1517
```

0 commit comments

Comments
 (0)