<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Audit &#8211; privacyID3A</title>
	<atom:link href="https://www.privacyidea.org/tag/audit/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.privacyidea.org</link>
	<description>flexible, Open Source Multi Factor Authentication (2FA)</description>
	<lastBuildDate>Mon, 02 Dec 2019 07:06:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.privacyidea.org/wp-content/uploads/2016/06/cropped-only-logo-white-background-32x32.png</url>
	<title>Audit &#8211; privacyID3A</title>
	<link>https://www.privacyidea.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>privacyIDEA 3.2 released</title>
		<link>https://www.privacyidea.org/privacyidea-3-2-individual-workflows/</link>
		
		<dc:creator><![CDATA[Cornelius Kölbel]]></dc:creator>
		<pubDate>Mon, 02 Dec 2019 06:05:00 +0000</pubDate>
				<category><![CDATA[release]]></category>
		<category><![CDATA[Audit]]></category>
		<category><![CDATA[Event Handler]]></category>
		<category><![CDATA[Policies]]></category>
		<guid isPermaLink="false">https://www.privacyidea.org/?p=1675</guid>

					<description><![CDATA[Flexible and individual Workflows Today we release privacyIDEA 3.2. Two new event handler modules allow for even more flexible workflows. Integrating with external logging tools like Logstash or Splunk are much easier now using the container audit module and the file audit module. Using Trusted JWTs makes it much more robust to integrate any existing [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>Flexible and individual Workflows</strong></p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="576" src="https://www.privacyidea.org/wp-content/uploads/2019/11/fractal-1765218_1920-1024x576.jpg" alt="" class="wp-image-1684" srcset="https://www.privacyidea.org/wp-content/uploads/2019/11/fractal-1765218_1920-1024x576.jpg 1024w, https://www.privacyidea.org/wp-content/uploads/2019/11/fractal-1765218_1920-300x169.jpg 300w, https://www.privacyidea.org/wp-content/uploads/2019/11/fractal-1765218_1920-768x432.jpg 768w, https://www.privacyidea.org/wp-content/uploads/2019/11/fractal-1765218_1920-1536x864.jpg 1536w, https://www.privacyidea.org/wp-content/uploads/2019/11/fractal-1765218_1920-1110x624.jpg 1110w, https://www.privacyidea.org/wp-content/uploads/2019/11/fractal-1765218_1920-528x297.jpg 528w, https://www.privacyidea.org/wp-content/uploads/2019/11/fractal-1765218_1920.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p><em>Today we release privacyIDEA 3.2. Two new event handler modules allow for even more flexible workflows. Integrating with external logging tools like Logstash or Splunk are much easier now using the container audit module and the file audit module. Using Trusted JWTs makes it much more robust to integrate any existing portal with privacyIDEA.</em></p>



<h3 class="wp-block-heading">Request and Response Event Handler</h3>



<p>The event handlers have been around sind version 2.12. Every version somehow improved the event handler. They allow for a very flexible way to define actions and responses in privacyIDEA. Read a recent post about the <a href="https://www.privacyidea.org/privacyidea-flexibility-in-the-very-genes/">script event handler</a> or take a look at the <a rel="noreferrer noopener" aria-label="complete list of event handlers (opens in a new tab)" href="https://privacyidea.readthedocs.io/en/latest/eventhandler/index.html" target="_blank">complete list of event handlers</a>.</p>



<p>With version 3.2 the administrator gets two new event handlers &#8211; the Request Mangler Handler and the Response Mangler Handler. You notice the word <em>mangle</em> &#8211; these handler allow to modify, delete or add any arbitrary REST request parameter or JSON response parameter, given the administrator unseen flexibility to flex the privacyIDEA system to the very specific need!</p>



<p>The Response Handler could be used to delete certain response information, after it is used e.g. by a notification handler. For example the notification handler could read this information to notify the user but then the Response handler would delete this information, so that a help desk user is maybe not able to read a randomly set password in a response. The resulting possibilities are unimaginable.</p>



<p>We are very excited to see how administrators will use these features!</p>



<h3 class="wp-block-heading">Audit data everywhere</h3>



<p>privacyIDEA runs in big environments. Because it integrates so well. privacyIDEA also creates an Audit log (and a log file &#8211; for debugging purposes). However, the log file is great, since every HTTP request has its dedicated audit entry. </p>



<p>It should be easier to add the audit data to these locations, where bigger organizations aggregate and keep their Log data. These are systems and services like Logstash or Splunk. As a first step privacyIDEA 3.2 comes with two new audit modules, the File Audit Module, that can write audit information to a plain text/log file and a Container Audit Module, that can combine any number of Audit Modules, so that privacyIDEA can write audit data to all of these modules.</p>



<p>We hope that this is a big leap forward to get your information to the right place!</p>



<h3 class="wp-block-heading">The trusted JWTs</h3>



<p>Did you ever want to have users manage their privacyIDEA tokens in an existing local portal? Or your helpdesk users get privacyIDEA information into the ticket system they are using? With privacyIDEA 3.2 it gets much easier now. The administrator can define <a href="https://privacyidea.readthedocs.io/en/master/installation/system/inifile.html#trusted-jwts" target="_blank" rel="noreferrer noopener" aria-label="trusted JWTs (opens in a new tab)">trusted JWTs</a>. I.e. he can define trusted public keys and which user this public key can impersonate.</p>



<p>The mentioned portal will simply use its private key to create JWTs, that are then trusted by privacyIDEA. No need to create service accounts, share passwords or other credentials.</p>



<h3 class="wp-block-heading">The complete changelog</h3>



<p>There are a lot of new enhancements, which administrators and helpdesk users will probably like for a daily use. A lot of enhancements, which we needed to provide better and easier service for certain installations.</p>



<p>Besides the event handlers also policies have been improved. The administrator can now use any arbitrary HTTP header in the policy condition. This way policies could be strictly bound to certain http_agents. </p>



<p>To improve the roll out process, the event handlers can match for the roll out state of a token. The notification handler, that was already able to send email or SMS, can now also write files to a spool directory. This way information can be easily passed to 3rd party systems or this data can be processed further like printing PIN letters.</p>



<p>We also did some improvement of the authentication process for the PUSH token so that it is not necessary to require a service account to verify the answered challenges.</p>



<p>The complete changelog can be found at <a href="https://github.com/privacyidea/privacyidea/blob/master/Changelog" target="_blank" rel="noreferrer noopener" aria-label="github (opens in a new tab)">github</a>.</p>



<h3 class="wp-block-heading">Go and get it</h3>



<p>privacyIDEA 3.2 can be installed from source from <a rel="noreferrer noopener" aria-label="github (opens in a new tab)" href="https://github.com/privacyidea/privacyidea/" target="_blank">github</a>, via the <a rel="noreferrer noopener" aria-label="Python Package Index (opens in a new tab)" href="https://pypi.org/project/privacyIDEA/" target="_blank">Python Package Index</a> or using ready made packages for <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://privacyidea.readthedocs.io/en/latest/installation/ubuntu.html" target="_blank">Ubuntu 16.04 LTS and 18.04 LTS</a>. The builds for Ubuntu are now based on Python 3.</p>



<p class="has-small-font-size">Image by <a href="https://pixabay.com/users/barbaraalane-756613/" target="_blank" rel="noreferrer noopener" aria-label="BarbaraALane (opens in a new tab)">BarbaraALane</a> on Pixabay.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>privacyIDEA 2.21  with a more secure smartphone enrollment</title>
		<link>https://www.privacyidea.org/privacyidea-2-21-with-a-more-secure-smartphone-enrollment/</link>
		
		<dc:creator><![CDATA[Cornelius Kölbel]]></dc:creator>
		<pubDate>Wed, 20 Dec 2017 06:33:33 +0000</pubDate>
				<category><![CDATA[release]]></category>
		<category><![CDATA[Audit]]></category>
		<category><![CDATA[Enrollment]]></category>
		<category><![CDATA[Event Handler]]></category>
		<category><![CDATA[FOSDEM]]></category>
		<category><![CDATA[Smartphone]]></category>
		<guid isPermaLink="false">https://www.privacyidea.org/?p=1306</guid>

					<description><![CDATA[Today we released privacyIDEA 2.21. It is available in the Ubuntu repositories for Ubuntu 16.04LTS and 14.04LTS. You can also update and install privacyIDEA on any distribution via the Python Package Index. Secure Rollout of a smartphone app The central new feature of privacyIDEA 2.21 is the possibility to enroll a smartphone token in a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.privacyidea.org/wp-content/uploads/2017/12/privacyidea-Authenticator-teaser.png"><img decoding="async" class="aligncenter wp-image-1310 size-full" src="https://www.privacyidea.org/wp-content/uploads/2017/12/privacyidea-Authenticator-teaser.png" alt="The privacyIDEA Authenticator allows secure enrollment of smartphones" width="480" height="400" srcset="https://www.privacyidea.org/wp-content/uploads/2017/12/privacyidea-Authenticator-teaser.png 480w, https://www.privacyidea.org/wp-content/uploads/2017/12/privacyidea-Authenticator-teaser-300x250.png 300w" sizes="(max-width: 480px) 100vw, 480px" /></a>Today we released privacyIDEA 2.21. It is available in the <a href="http://privacyidea.readthedocs.io/en/latest/installation/ubuntu.html" target="_blank" rel="noopener">Ubuntu repositories for Ubuntu 16.04LTS and 14.04LTS</a>. You can also update and install privacyIDEA <a href="http://privacyidea.readthedocs.io/en/latest/installation/index.html" target="_blank" rel="noopener">on any distribution via the Python Package Index</a>.</p>
<h2>Secure Rollout of a smartphone app</h2>
<p>The central new feature of privacyIDEA 2.21 is the possibility to enroll a smartphone token in a more secure way. privacyIDEA supported smartphone Apps like the Google Authenticator and FreeOTP right from the start. But you already might be aware of the <a href="https://netknights.it/en/the-problem-with-the-google-authenticator/" target="_blank" rel="noopener">problems with enrolling smartphone tokens</a>.</p>
<p>This is why we added a 2-step enrollment in privacyIDEA 2.21.</p>
<h3>2-Step enrollment in privacyIDEA 2.21</h3>
<p>Using privacyIDEA you have now the possibility to enroll a smartphone token in a much securer way. The sensitive secret key is created from a part generated on the server side and a second part generated on the phone side. This way an attacker can no longer easily copy the smartphone token during the enrollment process. You can find a more technical specification of the <a href="http://privacyidea.readthedocs.io/en/latest/workflows_and_tools/2step/index.html" target="_blank" rel="noopener">two step enrollment in the online documentation</a>.</p>
<p><figure id="attachment_1308" aria-describedby="caption-attachment-1308" style="width: 353px" class="wp-caption alignright"><a href="https://www.privacyidea.org/wp-content/uploads/2017/12/hands-1167612_640.jpg"><img loading="lazy" decoding="async" class="wp-image-1308" src="https://www.privacyidea.org/wp-content/uploads/2017/12/hands-1167612_640.jpg" alt="More secure enrollment of a smartphone app." width="353" height="202" srcset="https://www.privacyidea.org/wp-content/uploads/2017/12/hands-1167612_640.jpg 640w, https://www.privacyidea.org/wp-content/uploads/2017/12/hands-1167612_640-300x172.jpg 300w" sizes="auto, (max-width: 353px) 100vw, 353px" /></a><figcaption id="caption-attachment-1308" class="wp-caption-text">More secure enrollment of a smartphone app.</figcaption></figure></p>
<p>The new privacyIDEA Authenticator App will support this new two step enrollment and is also backward compatible to the normal Google Authenticator enrollment URI. <a href="https://netknights.it/en/privacyidea-authenticator-the-better-smartphone-factor/" target="_blank" rel="noopener">Ask the company NetKnights to be part of the beta testing phase of the privacyIDEA Authenticator App</a>.</p>
<h2>Easy administration</h2>
<p>Many enhancements will make the daily life easier for the token administrator. The root user can now export an encrypted PSKC file. The data can then be imported to another privacyIDEA instance or to any other RFC6030 complient applicantion. The event handlers were also improved: The Notification handler now has more tags to be used in the body and the Federation handler can forward administrative requests.</p>
<h2>Clean-up Audit log</h2>
<p>Audit Log can be rotated in a more sophisticated way. The administrator can specify retention times for different log entries.</p>
<h2>Better HSM support</h2>
<p>Hardware Securtiy Modules can now be used to generate random numbers at many different places within privacyIDEA:</p>
<p>You can view a complete <a href="https://github.com/privacyidea/privacyidea/blob/master/Changelog" target="_blank" rel="noopener">changelog at github</a>.</p>
<h2>Enterprise Edition</h2>
<p>If you are running large mission critical setups, privacyIDEA is also available as <a href="https://netknights.it/en/produkte/privacyidea/" target="_blank" rel="noopener">Enterprise Edition with support and warranty/liability</a>.</p>
<h2>privacyIDEA going FOSDEM</h2>
<p>The privacyIDEA project will be at FOSDEM 2018 on February 3rd and 4th. We have a stand in building H. <a href="https://www.privacyidea.org/privacyidea-going-fosdem/">Please join us there</a>!</p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
