Welcome to the new Confluence area.

Confluence is your knowledge base for Kering projects, teams and applications.


(warning) To login, you must have an account for Jira and Confluence.


(sad) If you haven't got an account to connect on JIRA and Confluence :

  • (lightbulb) If you have an Kering / Brands Email : You can (tick) connect directly on JIRA and Confluence with "Kering Auth" button (smile) !

  • (grey lightbulb) If you have an Extermal email address OR if you need to create an account for an external provider who haven't got a Kering email address :
           You can (tick) create a demand here !


(big grin) If you have got an account and an Kering email, you can authenticate yourself with your Windows and Office credentials by clicking on the button : "Kering Auth"
(smile) If you have got an account and haven't got an Kering email, you can authenticate yourself by your email and password that you set up via the invitation.


(blue star) To connect on the new Confluence !

If you have any problems with these collaborative tools, feel free to send an email to the following address: keringtechcollaborativetool@kering.com



Welcome to Confluence (smile).

We are happy to see you here.
If you have any concerns, please come back to us: keringtechcollaborativetool@kering.com


To help people identify you, we strongly advise you

 (thumbs up) To put a picture of you by  clicking  here
 (thumbs up)
To modify your "Fullname"  like this : Alfred DUPONT (Lastname in uppercase)  by  clicking  here


(blue star) Discover our Confluence tool presentation page


(blue star) See all spaces available in Confluence


(tick) You will be automatically redirected in 8 seconds to the Standard Information Base page.



<script>
  AJS.toInit(function(){
    if (AJS.params.remoteUser != ''){
      	AJS.$("#noconnected").hide();
		var counter = 8; 
		var interval = setInterval(function() { 
			counter--; 
			if (counter <= 0){ 
				clearInterval(interval); 
				$('#countdown').html("<p style='text-align: right;'><i><b>✔️ Redirection in progress...</b></i></p>");
				window.location.href = "https://confluence.keringapps.com/display/SIB/Welcome+Page";
				return;
			}
			else{
				 $('#countdown').html("<p style='text-align: right;'><img class='emoticon emoticon-tick' src='/s/en_GB/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/_/images/icons/emoticons/check.svg' data-emoticon-name='tick' alt='tick'> You will be <strong>automatically redirected in "+counter+" seconds</strong> to the <a href='https://confluence.keringapps.com/display/SIB/Welcome+Page' rel='nofollow'>Standard Information Base</a> page.</p>"); 
			} 
		}, 1000);
	}
	else{
		AJS.$("#connected").hide();
	}
 });
</script>   

We wish you a very good day on these tools.

#title-text, .page-metadata, #breadcrumb-section, .banner, #likes-and-labels-container{
	display:none;
}
.buttonPage a{
	color:white !important;
}
.buttonPage img{
	position:relative;
	top:2px;
}
#countdown{
	text-align:right;
}