open-vault/website/content/partials/okta-group-pagination.mdx
Jeff Escalante ec620a7765
Implement MDX Remote (#10581)
* implement mdx remote

* fix an unfenced code block

* fix partials path

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-12-17 16:53:33 -05:00

9 lines
473 B
Plaintext

## Okta auth with > 200 groups
In 1.4.0 Vault started using the official Okta Go client library. Unlike
the previous Okta library it used, the official library doesn't automatically
handle pagination when there are more than 200 groups listed. If a user
associated with more than 200 Okta groups logs in, only 200 of them will be
seen by Vault. The fix is [#9580](https://github.com/hashicorp/vault/pull/9580)
and will eventually appear in 1.4.x and 1.5.x point releases.