user oauth-user request
FortiWeb supports front-end authentication with third party authentication servers such as Google and Facebook.
Use this command to create OAuth requests.
To use this command, your administrator account’s access control profile must have either w
or rw
permission to the authusergrp
area. For details, see Permissions.
Syntax
config user oauth-user request
edit <oauth_request_name>
set type {authz | token | refresh | validate | userinfo}
set tls-check {enable | disable}
set tls-ca <ca_name>
config custom-headers
edit <index>
next
end
config custom-parameters
edit <index>
next
end
next
end
Variable | Description | Default |
Enter a name for the request. | No default | |
Select the OAuth request types. |
authz | |
Enter the OAuth request URL. | No default | |
Select the request method. | post | |
Select the request content type. | urlencoded | |
Indicate username keyword in response. | No default | |
Enable to do strict TLS verification even with a custom CA certificate to check the TLS traffic between FortiWeb and the third party OAuth authorization servers. |
disable |
|
Select the certificate to check the TLS traffic. It's uploaded in System > Admin > Certificates. |
No default |
|
Enter the name of the header to insert in the request. |
No default |
|
Enter the value of the header. |
No default |
|
Enter the name of the parameter to insert into the request. |
No default |
|
Enter the value of the parameter. |
No default |