Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
GUACAMOLE-210: Update API to 0.9.13-incubating.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jumper committed Sep 25, 2017
1 parent 28cfc39 commit 724a6a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions extensions/guacamole-auth-openid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-openid</artifactId>
<packaging>jar</packaging>
<version>0.9.11-incubating</version>
<version>0.9.13-incubating</version>
<name>guacamole-auth-openid</name>
<url>http://guacamole.incubator.apache.org/</url>

Expand Down Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.9.11-incubating</version>
<version>0.9.13-incubating</version>
<scope>provided</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ public String getIdentifier() {
return "openid";
}

@Override
public Object getResource() throws GuacamoleException {
return null;
}

@Override
public AuthenticatedUser authenticateUser(Credentials credentials)
throws GuacamoleException {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"guacamoleVersion" : "0.9.11-incubating",
"guacamoleVersion" : "0.9.13-incubating",

"name" : "OpenID Authentication Extension",
"namespace" : "guac-openid",
Expand Down

0 comments on commit 724a6a9

Please sign in to comment.