Add docs on listenAddress.
This commit is contained in:
parent
72f1a61f06
commit
fa7273d4f5
1 changed files with 7 additions and 0 deletions
|
@ -111,6 +111,7 @@ is G-Suite.
|
||||||
"configurationEndpoint": "https://accounts.google.com/.well-known/openid-configuration",
|
"configurationEndpoint": "https://accounts.google.com/.well-known/openid-configuration",
|
||||||
"admins": ["you@smallstep.com"],
|
"admins": ["you@smallstep.com"],
|
||||||
"domains": ["smallstep.com"],
|
"domains": ["smallstep.com"],
|
||||||
|
"listenAddress": ":10000",
|
||||||
"claims": {
|
"claims": {
|
||||||
"maxTLSCertDuration": "8h",
|
"maxTLSCertDuration": "8h",
|
||||||
"defaultTLSCertDuration": "2h",
|
"defaultTLSCertDuration": "2h",
|
||||||
|
@ -141,6 +142,12 @@ is G-Suite.
|
||||||
* `domains` (optional): is the list of domains valid. If provided only the
|
* `domains` (optional): is the list of domains valid. If provided only the
|
||||||
emails with the provided domains will be able to authenticate.
|
emails with the provided domains will be able to authenticate.
|
||||||
|
|
||||||
|
* `listenAddress` (optional): is the loopback address (`:port` or `host:port`)
|
||||||
|
where the authorization server will redirect to complete the authorization
|
||||||
|
flow. If it's not defined `step` will use `127.0.0.1` with a random port. This
|
||||||
|
configuration is only required if the authorization server doesn't allow any
|
||||||
|
port to be specified at the time of the request for loopback IP redirect URIs.
|
||||||
|
|
||||||
* `claims` (optional): overwrites the default claims set in the authority, see
|
* `claims` (optional): overwrites the default claims set in the authority, see
|
||||||
the [JWK](#jwk) section for all the options.
|
the [JWK](#jwk) section for all the options.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue