scpcom commented on PR #989:
URL: https://github.com/apache/guacamole-client/pull/989#issuecomment-2140210787

   I did not get the configuration service to work in AssertedIdentity.
   This is what I added:
   
   ```
   import com.google.inject.Inject;
   import org.apache.guacamole.auth.saml.conf.ConfigurationService;
   
   public class AssertedIdentity {
       /**
        * Service for retrieving SAML configuration information.
        */
       @Inject
       private ConfigurationService confService;
   
       // .....
   }
   
   ```
   In the line that calls "confService.getUserAttribute();" I get "Unexpected 
error in REST endpoint." followed by "java.lang.NullPointerException: null"
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to