Skip to content

Commit ba8bdc6

Browse files
committed
oidc: improve example configuration
1 parent 29caec8 commit ba8bdc6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

server/plugins/oidc/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ concord-server {
2323
}
2424
```
2525

26+
In this case, callback URLs in Okta must be in the form of
27+
28+
```
29+
http://localhost:8001/api/service/oidc/callback?client_name=oidc
30+
```
31+
32+
Note the `client_name=oidc` query parameter, it is required by the plugin.
33+
2634
### Interactive Login
2735

2836
Configure the Concord Console to use custom logout/login URLs:

0 commit comments

Comments
 (0)