- URL:https://<portaladmin-url>/security
- Child Resources:Users, Groups, Tokens, OAuth, Config, SSL Certificates
- Required Capability:Default administrator role | Security and infrastructure privilege | Link to enterprise groups privilege
- Version Introduced:10.2.1
Description
The security resource is the root of all the security configurations and operations in the portal. Through this resource, you can change the identity providers and the authentication mode for your portal.
Note:
It is recommended that all the resources and operations under this resource be accessed over an HTTPS connection.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
Example usage
Below is a sample request URL for the security resource:
https://machine.domain.com/webadaptor/portaladmin/security?f=json
JSON Response example
{"resources": [
"users",
"groups",
"tokens",
"oauth",
"config"
]}