protected AuthenticationResponse AuthorizationEndpoint(AuthenticationRequest req)
 {
     return (AuthenticationResponse)SignInIdP(req);
 }
Ejemplo n.º 2
0
 protected AuthenticationResponse AuthorizationEndpoint(AuthenticationRequest req)
 {
     return((AuthenticationResponse)SignInIdP(req));
 }