如何创建一个特定于租户和应用程序的 API 密钥?

huangapple go评论117阅读模式
英文:

How to create an API key which is tenant and application specific?

问题

抱歉,代码部分我将不会翻译。以下是您要求的内容翻译:

我正在使用 Java API 创建租户和应用程序。但是我找不到任何 JavaDocs,可以让我直接从 Java 中为新创建的租户创建 API 密钥。您能否为我提供 Java 文档或示例呢?谢谢!

英文:

I am using java api to create tenants and applications. But I couldn’t find any javadocs which will let me create API key for a newly created tenant from java directly. Can you point me to java doc or an example?
Thanks!

答案1

得分: 1

没有一个用于创建 API 密钥的 API。创建 API 密钥的唯一方式是使用Kickstart或FusionAuth管理界面(设置 > API 密钥)。

然后,您可以选择通过将允许的端点限制为/api/application来创建一个仅访问应用程序 API 的 API 密钥。

英文:

There is not an API to create API keys. The only way to create an API key is using Kickstart or the FusionAuth Admin UI (Settings > API Keys).

You can then optionally create an API key with access only to the Application API by limiting the allowed endpoints to /api/application.

huangapple
  • 本文由 发表于 2020年9月25日 10:58:36
  • 转载请务必保留本文链接:https://go.coder-hub.com/64057169.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定