McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 740

↗ View in doc context
page
740
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::704

Cisco Unity Connection Provisioning Interface (CUPI) API -- Authorization Server Links to Other API pages: Cisco_Unity_Connection_APIs About Authorization Server (Authz Server) Unity Connection 11.5(1) SU3 and later allows the use of OAuth 2.0 Authorization Code Grant Flow to authenticate the Jabber users. This requires an Authorization Server (Authz Server) that provides the authorization keys to Unity Connection for validating the Jabber user. In Unity Connection, the publisher server of Cisco Unified CM associated with a phone system is configured as an Authz server. For more information on Authorization Code Grant Flow, see "TBD". This page contains information on how to use the API to create, list, modify, and delete an Authz server. Listing Authz Servers The following is an example of the GET request that lists the Authz servers: GET https://<connection-server>/vmrest/authz/server/ The following is the response from the above GET request and the actual response will depend upon the information given by you: <AuthzServers total="2"> <AuthzServer> <ObjectId>f976720d-ed5b-4cbc-95b2-e47e1e2663af</ObjectId> <DisplayName>AuthzServer1</DisplayName> <IgnoreCertificateError>true</IgnoreCertificateError> <ServerUsername>admin</ServerUsername> <ServerPassword /> <ServerNodeAddress>10.76.215.238</ServerNodeAddress> <Port>8443</Port> <LastSyncStatus>Passed - May 12,2017 07:00:53 AM GMT</LastSyncStatus> </AuthzServer> <AuthzServer> <ObjectId>69b82e6a-a77d-499e-a953-cb7f589254aa</ObjectId> <DisplayName>AuthzServer2</DisplayName> <IgnoreCertificateError>false</IgnoreCertificateError> <ServerUsername>admin</ServerUsername> <ServerPassword /> <ServerNodeAddress>10.76.215.239</ServerNodeAddress> <Port>8443</Port> <LastSyncStatus>Passed - May 12,2017 07:00:53 AM GMT</LastSyncStatus> </AuthzServer> </AuthzServers> Response Code: 200 Cisco Unity Connection Provisioning Interface (CUPI) API 708 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Cisco Unity Connection Provisioning Interface (CUPI) API -- Authorization Server