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"))
|
if (cl.Type == claim.Key && String.Equals(claim.Key, "prm"))
|
||||||
{
|
{
|
||||||
string separador = "|";
|
string separador = "::";
|
||||||
|
|
||||||
int index = cl.Value.LastIndexOf(separador);
|
int index = cl.Value.LastIndexOf(separador);
|
||||||
string newPermiso = cl.Value;
|
string newPermiso = cl.Value;
|
||||||
|
@ -412,7 +412,7 @@ namespace MSAdminUsuarios.Controllers
|
|||||||
|
|
||||||
return Encripter.Cypher(token);
|
return Encripter.Cypher(token);
|
||||||
}
|
}
|
||||||
// **** Original
|
// **** Original **
|
||||||
|
|
||||||
//[HttpPost("pruebaUsuario")]
|
//[HttpPost("pruebaUsuario")]
|
||||||
//public string Token(USUARIO user)
|
//public string Token(USUARIO user)
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"IIS Express": {
|
"IIS Express": {
|
||||||
"commandName": "IISExpress",
|
"commandName": "IISExpress",
|
||||||
"sslPort": 7292,
|
//"sslPort": 7292,
|
||||||
"launchBrowser": true,
|
"launchBrowser": true,
|
||||||
"launchUrl": "swagger",
|
"launchUrl": "swagger",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
|
Loading…
Reference in New Issue
Block a user