0

Where do i define valid set of username and passwords for authentication using RAML.

Here is the RAML code i use.

enter image description here

4

3 回答 3

2

您不知道:RAML 是一种 API 定义语言,您所说的是应用程序的安全配置。

于 2014-06-20T14:28:58.277 回答
2

尝试这个:

securitySchemes:
 - basic:
      type: Basic Authentication

https://github.com/mulesoft/api-console/blob/master/dist/examples/simple.raml

于 2015-11-23T21:30:17.230 回答
1

理想情况下,您不应该这样做。

尝试使用其他安全方案进行授权和身份验证。

在此处输入图像描述

于 2015-11-24T11:16:28.767 回答