mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-197: Working RADIUS Authentication, including dealing with Challenge/Response (e.g. 2/Multi-Factor)
This commit is contained in:
committed by
Nick Couchman
parent
dbb62ded77
commit
3e994021da
@@ -27,8 +27,13 @@ angular.module('guacRadius').config(['formServiceProvider',
|
||||
// Define field for the challenge from the RADIUS service
|
||||
formServiceProvider.registerFieldType('GUAC_RADIUS_CHALLENGE_RESPONSE', {
|
||||
module : 'guacRadius',
|
||||
controller : 'guacRadiusController',
|
||||
templateUrl : 'app/ext/radius/templates/radiusChallengeResponseField.html'
|
||||
controller : 'radiusResponseController',
|
||||
templateUrl : 'app/ext/radius/templates/radiusResponseField.html'
|
||||
});
|
||||
formServiceProvider.registerFieldType('GUAC_RADIUS_STATE', {
|
||||
module : 'guacRadius',
|
||||
controller : 'radiusStateController',
|
||||
template : '<input type=hidden ng-model="model" />'
|
||||
});
|
||||
|
||||
}]);
|
||||
|
Reference in New Issue
Block a user