forked from Github-Mirrors/canaille
Added 'code_challenge_methods_supported' in well-known configuration
This commit is contained in:
parent
612c139ebe
commit
1946f283fc
6 changed files with 18 additions and 6 deletions
|
@ -27,5 +27,7 @@
|
|||
"service_documentation":
|
||||
"https://auth.mydomain.tld/documentation.html",
|
||||
"ui_locales_supported":
|
||||
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"]
|
||||
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"],
|
||||
"code_challenge_methods_supported":
|
||||
["plain", "S256"]
|
||||
}
|
||||
|
|
|
@ -62,5 +62,7 @@
|
|||
"service_documentation":
|
||||
"https://auth.mydomain.tld/oauth/service_documentation.html",
|
||||
"ui_locales_supported":
|
||||
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"]
|
||||
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"],
|
||||
"code_challenge_methods_supported":
|
||||
["plain", "S256"]
|
||||
}
|
||||
|
|
|
@ -27,5 +27,7 @@
|
|||
"service_documentation":
|
||||
"http://localhost:5000/documentation.html",
|
||||
"ui_locales_supported":
|
||||
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"]
|
||||
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"],
|
||||
"code_challenge_methods_supported":
|
||||
["plain", "S256"]
|
||||
}
|
||||
|
|
|
@ -62,5 +62,7 @@
|
|||
"service_documentation":
|
||||
"http://localhost:5000/oauth/service_documentation.html",
|
||||
"ui_locales_supported":
|
||||
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"]
|
||||
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"],
|
||||
"code_challenge_methods_supported":
|
||||
["plain", "S256"]
|
||||
}
|
||||
|
|
|
@ -27,5 +27,7 @@
|
|||
"service_documentation":
|
||||
"http://localhost:5000/documentation.html",
|
||||
"ui_locales_supported":
|
||||
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"]
|
||||
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"],
|
||||
"code_challenge_methods_supported":
|
||||
["plain", "S256"]
|
||||
}
|
||||
|
|
|
@ -62,5 +62,7 @@
|
|||
"service_documentation":
|
||||
"http://localhost:5000/oauth/service_documentation.html",
|
||||
"ui_locales_supported":
|
||||
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"]
|
||||
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"],
|
||||
"code_challenge_methods_supported":
|
||||
["plain", "S256"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue