mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-22 05:27:13 +02:00
mark redirect url as optional (#3039)
This commit is contained in:
parent
b74dd84090
commit
1238fa86b7
2 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,7 @@ settings:
|
||||||
- name: "Search Users"
|
- name: "Search Users"
|
||||||
doc: "New Enrollment URLs are only valid for the specified user."
|
doc: "New Enrollment URLs are only valid for the specified user."
|
||||||
- name: "Redirect URL"
|
- name: "Redirect URL"
|
||||||
doc: "**Required**: The URL the user will be taken to after device enrollment is successful."
|
doc: "**Optional**: The URL the user will be taken to after device enrollment is successful."
|
||||||
- name: "Enrollment Type"
|
- name: "Enrollment Type"
|
||||||
doc: "Specify if the user can enroll any device identity, or restrict it to a [secure enclave](/docs/topics/device-identity.md#secure-enclaves)."
|
doc: "Specify if the user can enroll any device identity, or restrict it to a [secure enclave](/docs/topics/device-identity.md#secure-enclaves)."
|
||||||
- name: "Configure"
|
- name: "Configure"
|
||||||
|
|
|
@ -424,7 +424,7 @@ New Enrollment URLs are only valid for the specified user.
|
||||||
|
|
||||||
#### Redirect URL
|
#### Redirect URL
|
||||||
|
|
||||||
**Required**: The URL the user will be taken to after device enrollment is successful.
|
**Optional**: The URL the user will be taken to after device enrollment is successful.
|
||||||
|
|
||||||
#### Enrollment Type
|
#### Enrollment Type
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue