Prueba remoto
This commit is contained in:
parent
2301af19cb
commit
8e6425fc54
@ -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;
|
||||
|
@ -412,7 +412,7 @@ namespace MSAdminUsuarios.Controllers
|
||||
|
||||
return Encripter.Cypher(token);
|
||||
}
|
||||
// **** Original
|
||||
// **** Original **
|
||||
|
||||
//[HttpPost("pruebaUsuario")]
|
||||
//public string Token(USUARIO user)
|
||||
|
@ -22,7 +22,7 @@
|
||||
},
|
||||
"IIS Express": {
|
||||
"commandName": "IISExpress",
|
||||
"sslPort": 7292,
|
||||
//"sslPort": 7292,
|
||||
"launchBrowser": true,
|
||||
"launchUrl": "swagger",
|
||||
"environmentVariables": {
|
||||
|
Loading…
Reference in New Issue
Block a user