cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
410
Views
1
Helpful
1
Replies

PHP SDk admin requests always get forbidden response

Thiago_Oliveira
Level 1
Level 1

I am unable to make admin requests using the PHP SDK. It always sends forbidden messages in the response. The auth requests, however, work fine. Any thoughts?

1 Reply 1

DuoPablo
Cisco Employee
Cisco Employee

Hi @Thiago_Oliveira ,

If you are using the PHP SDK for either the Traditional (GitHub - duosecurity/duo_php: Duo two-factor authentication for PHP web applications) or Universal (GitHub - duosecurity/duo_universal_php: Duo OIDC-based two-factor authentication for PHP web applications) Prompt, then only authentications are used with these. To perform administrative requests relative to your Duo tenant, please reference the Admin API as it also has a PHP client for this use: GitHub - duosecurity/duo_api_php

Hope this helps!

Quick Links