<?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>keycloak Archives - blog.icod.de</title>
	<atom:link href="https://blog.icod.de/tag/keycloak/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.icod.de/tag/keycloak/</link>
	<description>Webentwicklung und sonstiger Unsinn :) Web development and other nonsense :)</description>
	<lastBuildDate>Tue, 11 Nov 2025 04:55:02 +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://blog.icod.de/wp-content/uploads/2017/04/darko-luketic-foto.256x256-150x150.jpg</url>
	<title>keycloak Archives - blog.icod.de</title>
	<link>https://blog.icod.de/tag/keycloak/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Svelte-kit and Keycloak OIDC</title>
		<link>https://blog.icod.de/2023/01/17/svelte-kit-and-keycloak-oidc/</link>
					<comments>https://blog.icod.de/2023/01/17/svelte-kit-and-keycloak-oidc/#respond</comments>
		
		<dc:creator><![CDATA[Darko Luketic]]></dc:creator>
		<pubDate>Tue, 17 Jan 2023 13:55:23 +0000</pubDate>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[keycloak]]></category>
		<category><![CDATA[oidc]]></category>
		<category><![CDATA[svelte]]></category>
		<guid isPermaLink="false">https://blog.icod.de/?p=1858</guid>

					<description><![CDATA[<p>There&#8217;s NextAuth.js from vercel, which was made for next.js Recently it was adapted for svelte-kit. The announcement post: https://vercel.com/blog/announcing-sveltekit-auth The keycloak provider doc: https://next-auth.js.org/providers/keycloak The example repository: https://github.com/nextauthjs/sveltekit-auth-example Well it does work, on first sight. Sign in, Sign out, requiring auth for pages, it all works. However you need a confidential client. And this token&#8230;</p>
<p>The post <a href="https://blog.icod.de/2023/01/17/svelte-kit-and-keycloak-oidc/">Svelte-kit and Keycloak OIDC</a> appeared first on <a href="https://blog.icod.de">blog.icod.de</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.icod.de/2023/01/17/svelte-kit-and-keycloak-oidc/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The way is clear for Vue 3 with Keycloak</title>
		<link>https://blog.icod.de/2021/11/16/the-way-is-clear-for-vue-3-with-keycloak/</link>
					<comments>https://blog.icod.de/2021/11/16/the-way-is-clear-for-vue-3-with-keycloak/#respond</comments>
		
		<dc:creator><![CDATA[Darko Luketic]]></dc:creator>
		<pubDate>Tue, 16 Nov 2021 17:33:35 +0000</pubDate>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[keycloak]]></category>
		<category><![CDATA[vue3]]></category>
		<guid isPermaLink="false">https://blog.icod.de/?p=1625</guid>

					<description><![CDATA[<p>Since Pull Request 116 of dsb-norge/vue-keycloak-js today Keycloak works well with Vue 3. This is great news because you can now use Quasar v2, which uses vue 3 under the hood for your authentication purposes. If you missed the post on how to integrate keycloak with Quasar v1 and v2, click the link to read&#8230;</p>
<p>The post <a href="https://blog.icod.de/2021/11/16/the-way-is-clear-for-vue-3-with-keycloak/">The way is clear for Vue 3 with Keycloak</a> appeared first on <a href="https://blog.icod.de">blog.icod.de</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.icod.de/2021/11/16/the-way-is-clear-for-vue-3-with-keycloak/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Keycloak-js client with Quasar (now updated for v2)</title>
		<link>https://blog.icod.de/2021/02/25/keycloak-js-client-with-quasar/</link>
					<comments>https://blog.icod.de/2021/02/25/keycloak-js-client-with-quasar/#comments</comments>
		
		<dc:creator><![CDATA[Darko Luketic]]></dc:creator>
		<pubDate>Thu, 25 Feb 2021 09:51:10 +0000</pubDate>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[keycloak]]></category>
		<category><![CDATA[vue2]]></category>
		<category><![CDATA[vue3]]></category>
		<guid isPermaLink="false">https://blog.icod.de/?p=1540</guid>

					<description><![CDATA[<p>So you&#8217;d like to use openid-connect (oidc), especially keycloak (kc) in your Quasar app. There&#8217;s a package, @dsb-norge/vue-keycloak-js . I&#8217;d recommend you fork it and create your own version with the keycloak-js version that matches your Keycloak server. However it also works with just the version used in this git repository. The git repository is&#8230;</p>
<p>The post <a href="https://blog.icod.de/2021/02/25/keycloak-js-client-with-quasar/">Keycloak-js client with Quasar (now updated for v2)</a> appeared first on <a href="https://blog.icod.de">blog.icod.de</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.icod.de/2021/02/25/keycloak-js-client-with-quasar/feed/</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
	</channel>
</rss>
