mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-210: Update API to 0.9.13-incubating.
This commit is contained in:
@@ -63,6 +63,11 @@ public class OpenIDAuthenticationProvider implements AuthenticationProvider {
|
||||
return "openid";
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object getResource() throws GuacamoleException {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public AuthenticatedUser authenticateUser(Credentials credentials)
|
||||
throws GuacamoleException {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "0.9.11-incubating",
|
||||
"guacamoleVersion" : "0.9.13-incubating",
|
||||
|
||||
"name" : "OpenID Authentication Extension",
|
||||
"namespace" : "guac-openid",
|
||||
|
Reference in New Issue
Block a user