Merge pull request #453 from aspnet/release/2.1
Add supportedAuthentication for NoAuth in templates which have NoAuth…
This commit is contained in:
commit
609687c460
|
|
@ -16,6 +16,13 @@
|
||||||
"uiFilters": [ "oneaspnet" ],
|
"uiFilters": [ "oneaspnet" ],
|
||||||
"supportsDocker": true,
|
"supportsDocker": true,
|
||||||
"legacyTemplateIdentity": "Microsoft.NetCore.CSharp.EmptyWeb",
|
"legacyTemplateIdentity": "Microsoft.NetCore.CSharp.EmptyWeb",
|
||||||
|
"supportedAuthentications": [
|
||||||
|
{
|
||||||
|
"auth": "None",
|
||||||
|
"authenticationType": "NoAuth",
|
||||||
|
"allowUnsecured": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"name": "HttpPort",
|
"name": "HttpPort",
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,13 @@
|
||||||
"icon": "vs-2017.3/Empty.png",
|
"icon": "vs-2017.3/Empty.png",
|
||||||
"learnMoreLink": "https://go.microsoft.com/fwlink/?LinkID=784883",
|
"learnMoreLink": "https://go.microsoft.com/fwlink/?LinkID=784883",
|
||||||
"uiFilters": [ "oneaspnet" ],
|
"uiFilters": [ "oneaspnet" ],
|
||||||
|
"supportedAuthentications": [
|
||||||
|
{
|
||||||
|
"auth": "None",
|
||||||
|
"authenticationType": "NoAuth",
|
||||||
|
"allowUnsecured": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"supportsDocker": true,
|
"supportsDocker": true,
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,13 @@
|
||||||
"uiFilters": [ "oneaspnet" ],
|
"uiFilters": [ "oneaspnet" ],
|
||||||
"supportsDocker": true,
|
"supportsDocker": true,
|
||||||
"isApi": true,
|
"isApi": true,
|
||||||
|
"supportedAuthentications": [
|
||||||
|
{
|
||||||
|
"auth": "None",
|
||||||
|
"authenticationType": "NoAuth",
|
||||||
|
"allowUnsecured": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"name": "HttpPort",
|
"name": "HttpPort",
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,13 @@
|
||||||
"uiFilters": [
|
"uiFilters": [
|
||||||
"oneaspnet"
|
"oneaspnet"
|
||||||
],
|
],
|
||||||
|
"supportedAuthentications": [
|
||||||
|
{
|
||||||
|
"auth": "None",
|
||||||
|
"authenticationType": "NoAuth",
|
||||||
|
"allowUnsecured": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"name": "HttpPort",
|
"name": "HttpPort",
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,13 @@
|
||||||
"uiFilters": [
|
"uiFilters": [
|
||||||
"oneaspnet"
|
"oneaspnet"
|
||||||
],
|
],
|
||||||
|
"supportedAuthentications": [
|
||||||
|
{
|
||||||
|
"auth": "None",
|
||||||
|
"authenticationType": "NoAuth",
|
||||||
|
"allowUnsecured": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"name": "HttpPort",
|
"name": "HttpPort",
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,13 @@
|
||||||
"uiFilters": [
|
"uiFilters": [
|
||||||
"oneaspnet"
|
"oneaspnet"
|
||||||
],
|
],
|
||||||
|
"supportedAuthentications": [
|
||||||
|
{
|
||||||
|
"auth": "None",
|
||||||
|
"authenticationType": "NoAuth",
|
||||||
|
"allowUnsecured": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"name": "HttpPort",
|
"name": "HttpPort",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue