Seraph SSO for Confluence: Need SSOnCookie Class help

Mark Girdner 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

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 21, 2021

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events