Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Seraph SSO for Confluence: Need SSOnCookie Class help

Mark Girdner
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 2, 2020

We're trying to create a custom SSO for our Confluence Server using Atlassian's Seraph (https://docs.atlassian.com/atlassian-seraph/2.6.1-m1/sso.html) and have a question:

In the SSOnCookie class, where can I find documentation (or sample code) to flesh out the Constructor and the isExpired() and getLoginId() methods?

public static SSOnCookie getSSOCookie(HttpServletRequest request)
{
// [[[ What code goes here? ]]]
}

public boolean isExpired()
{
// [[[ What code goes here? ]]]
}

/** Return the username implied by the cookie in the request. */
public String getLoginId()
{
// [[[ What code goes here? ]]]
}

Thanks in advance!

1 answer

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events