-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
0
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
This is currently the most comprehensive version I have so far compiled of the code a custom SSO authenticator for Seraph must provide in order to not break any of the functionality in Confluence: https://bitbucket.org/jaysee00/example-confluence-sso-authenticator.
It would be great if we could roll this code into Confluence so that sub-classing it was super easy.
- is caused by
-
CONFSERVER-24279 Code to trigger post-login UD processing from custom authenticator needed.
-
- Closed
-
- is related to
-
JRASERVER-44260 Provide an abstract Seraph authenticator for SSO authenticators to subclass that reduces the plumbing code required to interact with Embedded Crowd
- Closed
- relates to
-
CONFSERVER-22157 Custom authenticators which subclass ConfluenceAuthenticator are broken in Confluence 3.5
-
- Closed
-
-
CONFCLOUD-24358 Provide an abstract Seraph authenticator for SSO authenticators to subclass that reduces the plumbing code required to interact with Embedded Crowd
- Gathering Interest
- links to
- mentioned in
-
Page Loading...
Form Name |
---|
Yep I copied it from there. My original fix was just to call super.getUser in place of the above to avoid the duplication, but that got into an infinite loop, well at least a stackoverflow. I'm not quite sure why.