<?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>Statistics &#8211; privacyID3A</title>
	<atom:link href="https://www.privacyidea.org/tag/statistics/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.privacyidea.org</link>
	<description>flexible, Open Source Multi Factor Authentication (2FA)</description>
	<lastBuildDate>Mon, 07 Jan 2019 11:53:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>

<image>
	<url>https://www.privacyidea.org/wp-content/uploads/2016/06/cropped-only-logo-white-background-32x32.png</url>
	<title>Statistics &#8211; privacyID3A</title>
	<link>https://www.privacyidea.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>privacyIDEA 2.23 &#8211; Pre-Event-Handling, Monitoring and Statistics</title>
		<link>https://www.privacyidea.org/privacyidea-2-23-pre-events-handling-monitoring-and-statistics/</link>
		
		<dc:creator><![CDATA[Cornelius Kölbel]]></dc:creator>
		<pubDate>Wed, 29 Aug 2018 07:23:25 +0000</pubDate>
				<category><![CDATA[release]]></category>
		<category><![CDATA[Whatsup]]></category>
		<category><![CDATA[Event Handler]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Statistics]]></category>
		<guid isPermaLink="false">https://www.privacyidea.org/?p=1425</guid>

					<description><![CDATA[The Multi-Factor Authentication system privacyIDEA 2.23 comes with PRE event handling, recurring tasks, monitoring and statistics. The administrator thus has a lot of tools, to automate unforeseen scenarios and avoid manuel, tedious tasks and avoid errors.]]></description>
										<content:encoded><![CDATA[<p>After roughly five months of development we released the new version of privacyIDEA 2.23. Ideas for features in this release started in the beginning of this year. We wanted to add a flexible and modular way to allow the creation of monitoring and statistics data. We discussed a lot, met in person several times and scribbled down some concepts on the whiteboard.</p>
<p><a href="https://www.privacyidea.org/wp-content/uploads/2018/08/planungs-meeting.jpg"><img fetchpriority="high" decoding="async" class="aligncenter wp-image-1429" src="https://www.privacyidea.org/wp-content/uploads/2018/08/planungs-meeting.jpg" alt="" width="600" height="450" srcset="https://www.privacyidea.org/wp-content/uploads/2018/08/planungs-meeting.jpg 1200w, https://www.privacyidea.org/wp-content/uploads/2018/08/planungs-meeting-300x225.jpg 300w, https://www.privacyidea.org/wp-content/uploads/2018/08/planungs-meeting-768x576.jpg 768w, https://www.privacyidea.org/wp-content/uploads/2018/08/planungs-meeting-1024x768.jpg 1024w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>It was a long way, but finally pieces started to fit together.</p>
<p>We are proud to present to you privacyIDEA version 2.23!</p>
<h2>Monitoring and Statistics</h2>
<p>To be able to provide a flexible and modular monitoring and to create any arbitrary statistics we created a framework of <strong>periodic tasks</strong>.</p>
<p>Using specific modules the administrator can define, what should happen in certain time intervals or at certain dates. These modules can collect system information for statistics, but such modules could also do anything else. Currently we provide two modules &#8211; the <strong>Event Counter</strong> and <strong>Simple Stats</strong><em>. </em></p>
<p>The Event Counter can be used in conjunction with the Event Handler to record the occurrence of any arbitrary event. The periodic task scheduler will write the number of these events to a time series. The Simple Stats module reads predefined values from the privacyIDEA system (like number of tokens, number of assigned tokens, number of <em>not assigned hardware tokens</em>) and also writes those to a time series.</p>
<p>The administrator can easily use tools like Grafana to view the time span of interest in an expressive graph.</p>
<p><a href="https://www.privacyidea.org/wp-content/uploads/2018/08/privacyidea-graphs-grafana.png"><img decoding="async" class="aligncenter wp-image-1431" src="https://www.privacyidea.org/wp-content/uploads/2018/08/privacyidea-graphs-grafana.png" alt="" width="600" height="284" srcset="https://www.privacyidea.org/wp-content/uploads/2018/08/privacyidea-graphs-grafana.png 913w, https://www.privacyidea.org/wp-content/uploads/2018/08/privacyidea-graphs-grafana-300x142.png 300w, https://www.privacyidea.org/wp-content/uploads/2018/08/privacyidea-graphs-grafana-768x363.png 768w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<h2>Pre-Event-Handling</h2>
<p><strong>Event Handlers</strong> were already added to privacyIDEA in Version 2.12. Using event handlers the administrator can connect any event to new actions like user notification, token management or any arbitrary script. If such an event occurs, the defined action is triggered.</p>
<p>With version 2.23 these actions can now be triggered, before the original event is processed. We distinguish Post-Event-Handling and <strong>Pre-Event-Handling</strong>. E.g. the administrator can define, that a user, who has no token assigned and tries to authenticate, gets a new token enrolled. And this newly enrolled token will be directly used during this authentication request. The logon experience for the user is totally transparent. There is <strong>no additional effort for the administrator</strong>.</p>
<p>This way a lot of tasks, which would otherwise be done manually or called by a script, will be executed automatically just at the right moment within privacyIDEA. This way the administrator can cope with unforeseen scenarios and can automate actions accordingly.</p>
<p><a href="https://www.privacyidea.org/wp-content/uploads/2018/08/event-handler-en.png"><img decoding="async" class="aligncenter size-medium wp-image-1433" src="https://www.privacyidea.org/wp-content/uploads/2018/08/event-handler-en-300x229.png" alt="" width="300" height="229" srcset="https://www.privacyidea.org/wp-content/uploads/2018/08/event-handler-en-300x229.png 300w, https://www.privacyidea.org/wp-content/uploads/2018/08/event-handler-en-768x586.png 768w, https://www.privacyidea.org/wp-content/uploads/2018/08/event-handler-en-1024x781.png 1024w, https://www.privacyidea.org/wp-content/uploads/2018/08/event-handler-en.png 1178w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<h2>Ordered Policies</h2>
<p>Policies have been around in privacyIDEA since day One. Policies define the way how privacyIDEA should respond to an API request. Policy definitions can become very complex. Policies also depend on time and the source IP address of the request. So in certain cases policies could overlap and the logic would not be clear, how privacyIDEA should respond.</p>
<p>To solve this problem we introduced a <strong>policy order</strong> in privacyIDEA 2.23. The administrator can give each policy an order number. This way the administrator can define which policy should come first and should take precedence if something should be unclear.</p>
<p>This can help in bigger, complex setups to make configuring privacyIDEA a lot easier.</p>
<h2>Your next steps</h2>
<p>We also added a lot more minor features and improved the SQL and HSM performance. For a complete Changelog please take a look at <a href="https://github.com/privacyidea/privacyidea/blob/master/Changelog" target="_blank" rel="noopener">Github</a>. You can install or update privacyIDEA via <a href="https://privacyidea.readthedocs.io/en/latest/installation/index.html" target="_blank" rel="noopener">the Ubuntu Launchpad repositories or via the Python Package Index</a>.</p>
<p>When you update, please see <a href="https://github.com/privacyidea/privacyidea/blob/master/READ_BEFORE_UPDATE.md" target="_blank" rel="noopener">read_before_update</a>.</p>
<p>If you have any questions, please have a look at the <a href="https://community.privacyidea.org/" target="_blank" rel="noopener">community forum</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>privacyIDEA at FrOSCon</title>
		<link>https://www.privacyidea.org/privacyidea-at-froscon/</link>
		
		<dc:creator><![CDATA[Cornelius Kölbel]]></dc:creator>
		<pubDate>Tue, 07 Aug 2018 05:49:34 +0000</pubDate>
				<category><![CDATA[events]]></category>
		<category><![CDATA[Whatsup]]></category>
		<category><![CDATA[Event Handler]]></category>
		<category><![CDATA[FrOSCon]]></category>
		<category><![CDATA[ownCloud]]></category>
		<category><![CDATA[Statistics]]></category>
		<guid isPermaLink="false">https://www.privacyidea.org/?p=1416</guid>

					<description><![CDATA[The privacyIDEA project - the most flexible two factor authentication system - will have a booth at FrOSCon, the Free and Open Source Conference in Sankt Augustin, Germany on August 25th and 26th.]]></description>
										<content:encoded><![CDATA[<p>The privacyIDEA project &#8211; the most flexible two factor authentication system &#8211; <a href="https://www.froscon.de/programm/aussteller/#a2083" target="_blank" rel="noopener">will have a booth at FrOSCon</a>, the Free and Open Source Conference in Sankt Augustin, Germany on August 25th and 26th.</p>
<p><a href="https://www.privacyidea.org/wp-content/uploads/2018/08/gull-1090835_1920.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1419" src="https://www.privacyidea.org/wp-content/uploads/2018/08/gull-1090835_1920.jpg" alt="" width="1920" height="603" srcset="https://www.privacyidea.org/wp-content/uploads/2018/08/gull-1090835_1920.jpg 1920w, https://www.privacyidea.org/wp-content/uploads/2018/08/gull-1090835_1920-300x94.jpg 300w, https://www.privacyidea.org/wp-content/uploads/2018/08/gull-1090835_1920-768x241.jpg 768w, https://www.privacyidea.org/wp-content/uploads/2018/08/gull-1090835_1920-1024x322.jpg 1024w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Visitors will be able to talk to the core developer team of privacyIDEA and see the new features of the upcoming release 2.23, including <strong>Monitoring and Statistics</strong> and <strong>Pre-Event Handler</strong>. Once again these implementations will prove, that privacyIDEA is the most flexible two factor authentication system. The administrator can define freely which kind of values or event he wants to monitor. The pre-event handling opens unforeseen possibilties to design workflows like automagically enrolling Email tokens to the user just upon authentication.</p>
<p>Come and gape! The privacyIDEA booth is in the Mensa next to the ownCloud booth. And as privacyIDEA also integrates well with ownCloud, there will also be a workshop on integrating enterprise ready 2FA with the open file sharing solution on Sunday.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>New release 2.5, Translation, Statistics, PinHandler</title>
		<link>https://www.privacyidea.org/new-release-2-5-translation-statistics-pinhandler/</link>
					<comments>https://www.privacyidea.org/new-release-2-5-translation-statistics-pinhandler/#comments</comments>
		
		<dc:creator><![CDATA[Cornelius Kölbel]]></dc:creator>
		<pubDate>Thu, 23 Jul 2015 07:35:54 +0000</pubDate>
				<category><![CDATA[release]]></category>
		<category><![CDATA[Whatsup]]></category>
		<category><![CDATA[Pin Handler]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[translation]]></category>
		<guid isPermaLink="false">https://www.privacyidea.org/?p=701</guid>

					<description><![CDATA[Today we released privacyIDEA 2.5. I18N The first important new features is, that it adds German translation to the Web UI. We are using gettext, so that it is easy to add translations to any other language. If you need other languages or if you want to translate to another language, drop us a note. Statistics Another [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Today we released privacyIDEA 2.5.</p>
<figure id="attachment_702" aria-describedby="caption-attachment-702" style="width: 150px" class="wp-caption alignright"><a href="https://www.privacyidea.org/wp-content/uploads/2015/07/german.png"><img loading="lazy" decoding="async" class="wp-image-702 size-thumbnail" src="https://www.privacyidea.org/wp-content/uploads/2015/07/german-150x150.png" alt="german" width="150" height="150" /></a><figcaption id="caption-attachment-702" class="wp-caption-text">The Web UI translated to German.</figcaption></figure>
<h2>I18N</h2>
<p>The first important new features is, that it adds German translation to the Web UI. We are using gettext, so that it is easy to add translations to any other language. If you need other languages or if you want to translate to another language, drop us a note.</p>
<h2>Statistics</h2>
<p>Another new main feature is, that you can now see some statistics like</p>
<ul>
<li>Authentication requests per user (successful and failed),</li>
<li>Authentication requests per token (successful and failed),</li>
<li>Failed authentication requests per token,</li>
<li>Failed authentication requests per user,</li>
<li>Management requests,</li>
<li>Token usage.</li>
</ul>
<figure id="attachment_703" aria-describedby="caption-attachment-703" style="width: 300px" class="wp-caption alignright"><a href="https://www.privacyidea.org/wp-content/uploads/2015/07/stats.png"><img loading="lazy" decoding="async" class="wp-image-703 size-medium" src="https://www.privacyidea.org/wp-content/uploads/2015/07/stats-300x207.png" alt="stats" width="300" height="207" srcset="https://www.privacyidea.org/wp-content/uploads/2015/07/stats-300x207.png 300w, https://www.privacyidea.org/wp-content/uploads/2015/07/stats.png 750w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-703" class="wp-caption-text">Statistics about successful and failed authentications.</figcaption></figure>
<p>This way you can easily see, which user generated the most failed authentication requests during the last day, week or month. You can see, which tokens are used most often&#8230;</p>
<p>If you have any further ideas about using the statistics, drop us a note on the <a href="https://groups.google.com/forum/#!forum/privacyidea" target="_blank">mailing list</a> or at <a href="https://github.com/privacyidea/privacyidea/issues" target="_blank">github</a>.</p>
<h2>Pin Handler</h2>
<p>We added a hook for a PinHandler. You can choose to create a random OTP PIN during token enrollment. This way the administrator will not know the OTP PIN of the token. You can add a <a href="http://privacyidea.readthedocs.org/en/latest/policies/enrollment.html#pinhandling" target="_blank">PinHandler python module</a>, that can process this random, secret PIN and send the PIN via Email, SMS or print a sealed letter, that will be sent to the user.</p>
<h2>&#8230;and more</h2>
<p>In addition we added the possibility to create an automated restructed text documentation, which can be used to document the system state after setting up privacyIDEA.</p>
<p>A plugin for ownCloud was added and you can find a <a href="https://www.howtoforge.com/tutorial/two-factor-authentication-with-owncloud/" target="_blank">howto here</a>.</p>
<p>When enrolling an Email- or an SMS-token the email address and the mobile phone number are presetted from the user store.</p>
<p>LDAP binds in LDAP resolvers can now be configured anonymously.</p>
<p>When enrolling HOTP or TOTP tokens with a QR Code, the hash algorithm is added ti the QR Code.</p>
<h2>Fixes</h2>
<ul>
<li>Fix registration token</li>
<li>Fix mOTP reuse problem</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.privacyidea.org/new-release-2-5-translation-statistics-pinhandler/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
