feat: Configureer auth Swagger

This commit is contained in:
Tibo De Peuter 2025-03-09 14:26:04 +01:00
parent e139f59afa
commit 855620cb67
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
5 changed files with 125 additions and 5 deletions

View file

@ -551,7 +551,7 @@
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-jwt",
"redirectUris" : [ "urn:ietf:wg:oauth:2.0:oob", "http://localhost:5173/*", "http://localhost:5173" ],
"redirectUris" : [ "urn:ietf:wg:oauth:2.0:oob", "http://localhost:5173/*", "http://localhost:5173", "http://localhost:3000/api-docs/oauth2-redirect.html" ],
"webOrigins" : [ "+" ],
"notBefore" : 0,
"bearerOnly" : false,

View file

@ -551,7 +551,7 @@
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-secret",
"redirectUris" : [ "urn:ietf:wg:oauth:2.0:oob", "http://localhost:5173/*", "http://localhost:5173" ],
"redirectUris" : [ "urn:ietf:wg:oauth:2.0:oob", "http://localhost:5173/*", "http://localhost:5173", "http://localhost:3000/api-docs/oauth2-redirect.html" ],
"webOrigins" : [ "+" ],
"notBefore" : 0,
"bearerOnly" : false,