Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion step-ca/provisioners.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
updated_at: March 27, 2025
updated_at: June 17, 2025
title: Configuring `step-ca` Provisioners
html_title: Configuring open source step-ca Provisioners
description: Learn how to configure step-ca Provisioners
Expand Down Expand Up @@ -678,6 +678,8 @@ Example `ca.json` provisioner configuration for a Google provisioner:

- **listenAddress**<Reference id="star3" marker="*" />: is the address (`:port` or `host:port`) where the authorization server will redirect the client's web browser at the end of the authorization flow. By default, the `step` client will bind to 127.0.0.1 on a random port. This parameter is only required if the authorization server demands a specific port for loopback IP redirect URIs.

- **scopes**: a space-separated list of scopes OAuth clients should request. This is used by the `step` CLI. The default value is `openid email`.

- **claims**<Reference id="star3" marker="*" />: overwrites the default claims set in the authority,
see the [claims](configuration.mdx#claims) section for all the options.

Expand Down