Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/13#discussion_r61735681
  
    --- Diff: 
client/enduser/src/main/java/org/apache/syncope/client/enduser/SyncopeEnduserApplication.java
 ---
    @@ -154,6 +155,16 @@ public IResource getResource() {
                     return new LogoutResource();
                 }
             });
    +        
    +        mountResource("/api/self/islogged", new 
ResourceReference("userAuthentication") {
    +
    +            private static final long serialVersionUID = 
-128426276529456602L;
    +
    +            @Override
    +            public IResource getResource() {
    +                return new UserAuthentication();
    --- End diff --
    
    Please rename `UserAuthentication` according to its mount point.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to