forked from Github-Mirrors/canaille
httpS
This commit is contained in:
parent
0a7042f9d8
commit
cc4c441088
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
["code", "token", "id_token", "code token",
|
["code", "token", "id_token", "code token",
|
||||||
"code id_token", "token id_token"],
|
"code id_token", "token id_token"],
|
||||||
"service_documentation":
|
"service_documentation":
|
||||||
"http://mydomain.tld/documentation.html",
|
"https://mydomain.tld/documentation.html",
|
||||||
"ui_locales_supported":
|
"ui_locales_supported":
|
||||||
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"]
|
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
"claims_parameter_supported":
|
"claims_parameter_supported":
|
||||||
true,
|
true,
|
||||||
"service_documentation":
|
"service_documentation":
|
||||||
"http://mydomain.tld/oauth/service_documentation.html",
|
"https://mydomain.tld/oauth/service_documentation.html",
|
||||||
"ui_locales_supported":
|
"ui_locales_supported":
|
||||||
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"]
|
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue