readme: update example commands
This commit is contained in:
parent
f6d107340e
commit
03f71a67c2
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ Check the `/example` folder where example code for different scenarios is locate
|
|||
# oidc discovery http://localhost:9998/.well-known/openid-configuration
|
||||
go run github.com/zitadel/oidc/v2/example/server
|
||||
# start oidc web client (in a new terminal)
|
||||
CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998 SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/example/client/app
|
||||
CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v2/example/client/app
|
||||
```
|
||||
|
||||
- open http://localhost:9999/login in your browser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue