Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Usability improvments #74

Open
tukataka opened this issue Oct 2, 2019 · 3 comments
Open

Usability improvments #74

tukataka opened this issue Oct 2, 2019 · 3 comments

Comments

@tukataka
Copy link

tukataka commented Oct 2, 2019

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. But right now header doesn't save to some place (as is response).
As I understand only way to do it is set custom httpClient. It's very uncomfortable. Can you improve this moment ?

@bretterer
Copy link
Contributor

@tukataka - Yes, that is unfortunately a limitation of this particular SDK. The best I can tell you for now is to use your own custom httpClient. We will be updating the SDK and will make sure to address this at that time.

I do not have a definitive time this will be finished, so please keep an eye on this ticket for updates.

@bretterer
Copy link
Contributor

Internal Ref: OKTA-291534

@MrJamesEllis
Copy link

Agree, the only way to inspect headers is to provide a custom HttpClient to the ClientBuilder that can override sendRequest and store the response.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants