okta-sdk-php icon indicating copy to clipboard operation
okta-sdk-php copied to clipboard

PHP SDK for the Okta API

Results 21 okta-sdk-php issues
Sort by recently updated
recently updated
newest added

The okta api document for updating groups describes the update group endpoint uses the PUT method https://developer.okta.com/docs/reference/api/groups/#update-group The save method for the group uses POST which returns the following when...

If you enabled Custom totp and enroll a user in the custom totp when calling listFactors method an exception is throw and the factors are not returned by the sdk...

By default this tool uses a cache pool that creates local files for caching. The existing implementation covers PSR-6 requirements, but there are some issues that can occur when using...

need_cla

- Only one of these can be installed: illuminate/collections[dev-master, v8.0.0, ..., 8.x-dev], laravel/framework[v8.50.0, 8.x-dev]. laravel/framework replaces illuminate/collections and thus cannot coexist with it. - okta/sdk 1.3.0 requires illuminate/collections 8.29.0 ->...

Adjusting applicationGroupAssignment as optional field for the createApplicationGroupAssignment() function to match Official Okta API documentation. Pull Request for issue #133 The latest version of this SDK currently requires the ApplicationGroupsAssignment:...

The latest version of this SDK currently requires the ApplicationGroupsAssignment: ```Okta\Generated\Applications\ApplicationGroupAssignment``` This would be okay, but the issue is that is causes PSR7 to throw an exception: ```\PSR7\Stream.php:88``` : ```First...

It is documented how to exchange access code for an id token at https://developer.okta.com/docs/guides/implement-auth-code/exchange-code-token/ But I wonder if it is possible to use this okta-sdk-php to do that? Or do...

Hi, I see references to an sdk_v2 branch in issues and PRs, linking to https://github.com/okta/okta-sdk-php/tree/sdk_v2 which is a 404. Example: https://github.com/okta/okta-sdk-php/pull/105 (Pagination) Issue comment: https://github.com/okta/okta-sdk-php/issues/91#issuecomment-680069279 Is this branch available somewhere...

I want to use method `getUsers` for getting all users from my account. My account have more, than 200 users. I need to get link to next page in headers....

enhancement
no-stalebot

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies