按照这些步骤缩写生成1563令牌:
- 登录到您的开发者控制台
- 导航到API>令牌,然后点击创建令牌
- 给你的令牌名
奇妙的作品,但我想限制这种令牌的权限只影响特定的应用或仅执行某些操作 - 这可能吗?
按照这些步骤缩写生成1563令牌:
奇妙的作品,但我想限制这种令牌的权限只影响特定的应用或仅执行某些操作 - 这可能吗?
API Tokens share the same rights as the admin that created them.
If you wanted to create an API Token that had read-only access, for instance, you could follow these steps:
That API Token could now only be used for read only operations. An attempt at a write operation with that API Token would fail.
HTH! (full disclosure: I work for Okta)