From Bright Pattern Documentation
Jump to: navigation, search
 
 
Line 2: Line 2:
 
Either HTTP or HTTPS transport can be configured. The same setting applies to the entire Configuration Web Portal server. For production deployments on public Internet only, HTTPS is enabled.
 
Either HTTP or HTTPS transport can be configured. The same setting applies to the entire Configuration Web Portal server. For production deployments on public Internet only, HTTPS is enabled.
  
The [https://tools.ietf.org/html/rfc6749#section-4.4 OAuth 2.0 Client Credentials Grant] (RFC 6749, Section 4.4) is used to authenticate clients of this API. The user name is checked against the list of users configured for the provider and for having an appropriate role/privilege to add/delete/import tenants.
+
The [https://tools.ietf.org/html/rfc6749#section-4.4 OAuth 2.0 Client Credentials Grant] (RFC 6749, Section 4.4) is used to authenticate clients of this API. The username is checked against the list of users configured for the provider and for having an appropriate role/privilege to add/delete/import tenants.
 +
 
 +
 
  
  
  
<center>[[user-management-api-specification/GeneralInformation|< Previous]]  |  [[user-management-api-specification/RequestAccessToken|Next >]]</center>
 
 
</translate>
 
</translate>

Latest revision as of 23:57, 13 November 2018

• 5.2

Security and Authentication

Either HTTP or HTTPS transport can be configured. The same setting applies to the entire Configuration Web Portal server. For production deployments on public Internet only, HTTPS is enabled.

The OAuth 2.0 Client Credentials Grant (RFC 6749, Section 4.4) is used to authenticate clients of this API. The username is checked against the list of users configured for the provider and for having an appropriate role/privilege to add/delete/import tenants.



< Previous | Next >