From Bright Pattern Documentation
Jump to: navigation, search
(Redirected page to Api)
m (Reverted edits by Elizabeth (talk) to last revision by Tracy)
 
Line 1: Line 1:
#REDIRECT [[Api]]
+
<translate>= 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 [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.
 +
 
 +
 
 +
 
 +
 
 +
</translate>

Latest revision as of 16:33, 29 July 2020

• 5.19 • 5.2 • 5.3 • 5.8

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 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.


< Previous | Next >