Prueba remoto

This commit is contained in:
Cristian Guerrero 2024-11-16 09:48:01 -05:00
parent 2301af19cb
commit 8e6425fc54
3 changed files with 3 additions and 3 deletions

View File

@ -129,7 +129,7 @@ namespace ApiGateway
if (cl.Type == claim.Key && String.Equals(claim.Key, "prm"))
{
string separador = "|";
string separador = "::";
int index = cl.Value.LastIndexOf(separador);
string newPermiso = cl.Value;

View File

@ -412,7 +412,7 @@ namespace MSAdminUsuarios.Controllers
return Encripter.Cypher(token);
}
// **** Original
// **** Original **
//[HttpPost("pruebaUsuario")]
//public string Token(USUARIO user)

View File

@ -22,7 +22,7 @@
},
"IIS Express": {
"commandName": "IISExpress",
"sslPort": 7292,
//"sslPort": 7292,
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {