Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
lemonldap-ng
lemonldap-ng
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 260
    • Issues 260
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 5
    • Merge Requests 5
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LemonLDAP NG
  • lemonldap-nglemonldap-ng
  • Issues
  • #1224

Closed
Open
Opened Apr 25, 2017 by Clément OUDOT@clement_oudotOwner

No proxy tickets received when proxiedServices configured

When configuring proxied services, CAS auth module do not try to ask them to CAS server. The serviceValidate service is called without the pgtUrl parameter.

[debug] Build URL http://auth.example.com:19876/?ticket=ST-b54a939508843ac982d7187f26078e6c8cf876d7774048e23966886d65c52188
[debug] Redirect 127.0.0.1 to portal (url was /?ticket=ST-b54a939508843ac982d7187f26078e6c8cf876d7774048e23966886d65c52188)
[debug] User not authenticated, Try in use, cancel redirection
[debug] Start routing default route
[debug] Processing controlUrl
[debug] Processing extractFormInfo
[debug] CAS server example choosen
[debug] CAS: Service Ticket received: ST-b54a939508843ac982d7187f26078e6c8cf876d7774048e23966886d65c52188
[debug] Get CAS serviceValidate response: HTTP/1.1 200 OK
Connection: close
Date: Tue, 25 Apr 2017 13:25:57 GMT
Server: Apache/2.4.18 (Ubuntu)
Vary: User-Agent
Content-Type: application/xml; charset=ISO-8859-1
Client-Date: Tue, 25 Apr 2017 13:25:57 GMT
Client-Peer: 127.0.0.1:80
Client-Response-Num: 1
Client-Transfer-Encoding: chunked

<cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'>
        <cas:authenticationSuccess>
                <cas:user>dwho</cas:user>
                <cas:attributes>
                        <cas:uid>dwho</cas:uid>
                        <cas:mail>dwho@badwolf.org</cas:mail>
                        <cas:cn>Doctor Who</cas:cn>
                </cas:attributes>
        </cas:authenticationSuccess>
</cas:serviceResponse>
Assignee
Assign to
2.0.0
Milestone
2.0.0 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: lemonldap-ng/lemonldap-ng#1224