Diva Canto
|
7592a033df
Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
|
13 lat temu |
Melanie
|
5dcb14726d
Make the auth module silent when there is no configuration for it
|
15 lat temu |
Melanie
|
ad2c23d507
Stop AuthorizationService from throwing an error if it's not configured.
|
15 lat temu |
Diva Canto
|
58c260140c
Patch + minor formatting fixes.
|
15 lat temu |
Douglas R. Miles
|
7f4d646aea
http://opensimulator.org/mantis/view.php?id=4337
|
15 lat temu |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 lat temu |
Rob Smart
|
281ad1251c
updated the IAuthorizationService interface so that a message is passed back and can be displayed at the client when an avatar is denied access to a region
|
15 lat temu |
Diva Canto
|
ca0810a103
Minor indentation cleanup.
|
15 lat temu |
Rob Smart
|
eaec7cf39c
Changed RemoteAuthorizationServiceConnector so that it implements the IAuthorization interface method isAuthorizedForRegion looks up user and region data and delegates the remote authorization check to the AuthorizationServiceConnector
|
15 lat temu |
Diva Canto
|
ce332f235c
Changed the interface of IAuthorizationService to get less data.
|
15 lat temu |
Rob Smart
|
b5c8925fdf
added AuthorizationRequest and AuthorizationResponse objects for passing Authorization messages over http. Added handling code for these in the AuthorizationServerConnector and AuthorizationServicesConnector
|
15 lat temu |
Rob Smart
|
953ef780c5
adding in working functionality for the remote connector
|
15 lat temu |
Rob Smart
|
16940097be
The stubs for an authorization service, at the moment the service will always grant access to an avatar entering the region if requested.
|
15 lat temu |