Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
spaceKeyGrouper
pageTitleNavigation

Please see updated news on the Atlassian interface
Panel
borderColor#ccc
bgColor#FcFEFF
titleColorwhite
titleBGColor#00a400

 This topic is discussed in the "Grouper Connectors" training video.

Panel


Integrating Atlassian with Grouper

People have had success with this SAML connector: https://github.com/chauth/confluence_http_authenticator

Here is a sample remoteUserAuthenticator.properties

Code Block
create.users=true
update.info=true
update.roles=true
default.roles=confluence-users
dynamicroles.auto_create_role=true
header.fullname=displayName
header.email=mail
header.remote_user=REMOTE_USER
header.dynamicroles.attributenames=member
dynamicroles.header.member=groupmap
dynamicroles.mapper.groupmap.match=(.*)
dynamicroles.mapper.groupmap.transform=$1
reload.config=true
reload.config.check.interval=15000
purge.roles=(.*)


You can also integrate through LDAP.  In the cloud an option is through azure.


Outdated connector

To do a full reconcile on the new 2.2.1+ grouper atlassian conector, run this:

...

Note: if the diagram here is obstructed, try clicking the "Full Size" option below it.

Gliffy Diagram
namegrouperAtlassianConnector
pagePin2

To set this up, check it out and build it:

...