mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
added AuthorizationRequest and AuthorizationResponse objects for passing Authorization messages over http. Added handling code for these in the AuthorizationServerConnector and AuthorizationServicesConnector
This commit is contained in:
@@ -55,7 +55,7 @@ namespace OpenSim.Server.Handlers.Authorization
|
||||
m_AuthorizationService =
|
||||
ServerUtils.LoadPlugin<IAuthorizationService>(authorizationService, args);
|
||||
|
||||
server.AddStreamHandler(new AuthorizationServerGetHandler(m_AuthorizationService));
|
||||
server.AddStreamHandler(new AuthorizationServerPostHandler(m_AuthorizationService));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user