Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://lekkimworld.com/rss.xml

  1. <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
  2. xmlns:content="http://purl.org/rss/1.0/modules/content/"
  3. xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  4. xmlns:dc="http://purl.org/dc/elements/1.1/"
  5. xmlns:atom="http://www.w3.org/2005/Atom"
  6. xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  7. xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
  8. xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
  9. >
  10.  
  11. <channel>
  12. <title>lekkimworld.com</title>
  13. <atom:link href="https://lekkimworld.com/feed/" rel="self" type="application/rss+xml" />
  14. <link>https://lekkimworld.com</link>
  15. <description>Blog by Mikkel Flindt Heisterberg about everything and nothing - mostly appdev stuff...</description>
  16. <lastBuildDate>Thu, 29 Feb 2024 10:20:42 +0000</lastBuildDate>
  17. <language>en</language>
  18. <sy:updatePeriod>
  19. hourly </sy:updatePeriod>
  20. <sy:updateFrequency>
  21. 1 </sy:updateFrequency>
  22. <generator>http://wordpress.com/</generator>
  23.  
  24. <image>
  25. <url>https://lekkimworld.files.wordpress.com/2018/09/lekkimworld-favicon.jpg?w=32</url>
  26. <title>lekkimworld.com</title>
  27. <link>https://lekkimworld.com</link>
  28. <width>32</width>
  29. <height>32</height>
  30. </image>
  31. <cloud domain='lekkimworld.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
  32. <atom:link rel="search" type="application/opensearchdescription+xml" href="https://lekkimworld.com/osd.xml" title="lekkimworld.com" />
  33. <atom:link rel='hub' href='https://lekkimworld.com/?pushpress=hub'/>
  34. <item>
  35. <title>Salesforce Certified JavaScript Developer I</title>
  36. <link>https://lekkimworld.com/2024/02/29/salesforce-certified-javascript-developer-i/</link>
  37. <comments>https://lekkimworld.com/2024/02/29/salesforce-certified-javascript-developer-i/#respond</comments>
  38. <dc:creator><![CDATA[lekkim]]></dc:creator>
  39. <pubDate>Thu, 29 Feb 2024 10:20:42 +0000</pubDate>
  40. <category><![CDATA[Uncategorized]]></category>
  41. <category><![CDATA[certication]]></category>
  42. <category><![CDATA[salesforce]]></category>
  43. <guid isPermaLink="false">http://lekkimworld.com/?p=15725853</guid>
  44.  
  45. <description><![CDATA[PASS. The word you always look for on the confirmation page from Webassessor when you've completed an online proctored test for Salesforce. Happily I found the word and can now have another certification under my belt for the Salesforce platform. ]]></description>
  46. <content:encoded><![CDATA[
  47. <p>PASS. The word you always look for on the confirmation page from Webassessor when you&#8217;ve completed an online proctored test for Salesforce. Happily I found the word and can now have another certification under my belt for the Salesforce platform. </p>
  48.  
  49.  
  50.  
  51. <p>I do not write this to brag about the passing the certification but rather to comment on it. The certification is made up of 2 parts. You complete the Lightning Web Components Specialist Super Badge on Trailhead and pass a multiple choice exam on Webassessor. The former part is for me the most interesting and was the most giving. The Super Badge is really nice and while we can always discuss how the challenges are checked I found it really worthwhile and a good experience. The multiple choice test requires you to have a firm grasp of the programming language, how it works and how promises, the task queue etc. actually work. </p>
  52.  
  53.  
  54.  
  55. <p>All in all a good experience that I would recommend.</p>
  56. ]]></content:encoded>
  57. <wfw:commentRss>https://lekkimworld.com/2024/02/29/salesforce-certified-javascript-developer-i/feed/</wfw:commentRss>
  58. <slash:comments>0</slash:comments>
  59. <media:content url="https://2.gravatar.com/avatar/e61b1f30a944661f0734f40e47891da3e4edc711b19c09992600121f45fff4a5?s=96&#38;d=identicon&#38;r=G" medium="image">
  60. <media:title type="html">lekkimworld</media:title>
  61. </media:content>
  62. </item>
  63. <item>
  64. <title>Salesforce Headless Identity Login Example</title>
  65. <link>https://lekkimworld.com/2024/02/16/salesforce-headless-identity-login-example/</link>
  66. <comments>https://lekkimworld.com/2024/02/16/salesforce-headless-identity-login-example/#respond</comments>
  67. <dc:creator><![CDATA[lekkim]]></dc:creator>
  68. <pubDate>Fri, 16 Feb 2024 14:04:04 +0000</pubDate>
  69. <category><![CDATA[Uncategorized]]></category>
  70. <category><![CDATA[oauth]]></category>
  71. <category><![CDATA[pkce]]></category>
  72. <category><![CDATA[salesforce]]></category>
  73. <guid isPermaLink="false">http://lekkimworld.com/?p=15725849</guid>
  74.  
  75. <description><![CDATA[This week I helped a colleague doing an example of how to use the Salesforce Headless Login flow from a single page app (SPA).]]></description>
  76. <content:encoded><![CDATA[
  77. <p>This week I helped a colleague doing an example of how to use the Salesforce Headless Login flow from a single page app (SPA). The <a href="https://github.com/lekkimworld/salesforce-headless-identity-spa-poc" target="_blank" rel="noreferrer noopener">Github repo</a> describes how to configure the Salesforce org (a scratch org) and how to use the included SPA &#8211; just a super simple HTML page really &#8211; to do a headless login against the Salesforce org. The login uses PKCE to further secure the exchange. Once the login has been performed the obtained access token is used to get information about the user from the <code>/services/oauth2/userinfo</code> endpoint.</p>
  78.  
  79.  
  80.  
  81. <p>YMMV</p>
  82. ]]></content:encoded>
  83. <wfw:commentRss>https://lekkimworld.com/2024/02/16/salesforce-headless-identity-login-example/feed/</wfw:commentRss>
  84. <slash:comments>0</slash:comments>
  85. <media:content url="https://2.gravatar.com/avatar/e61b1f30a944661f0734f40e47891da3e4edc711b19c09992600121f45fff4a5?s=96&#38;d=identicon&#38;r=G" medium="image">
  86. <media:title type="html">lekkimworld</media:title>
  87. </media:content>
  88. </item>
  89. <item>
  90. <title>Salesforce Token Exchange Flow</title>
  91. <link>https://lekkimworld.com/2024/02/14/salesforce-token-exchange-flow/</link>
  92. <comments>https://lekkimworld.com/2024/02/14/salesforce-token-exchange-flow/#respond</comments>
  93. <dc:creator><![CDATA[lekkim]]></dc:creator>
  94. <pubDate>Wed, 14 Feb 2024 13:35:16 +0000</pubDate>
  95. <category><![CDATA[Uncategorized]]></category>
  96. <category><![CDATA[apex]]></category>
  97. <category><![CDATA[jwt]]></category>
  98. <category><![CDATA[oauth]]></category>
  99. <category><![CDATA[salesforce]]></category>
  100. <guid isPermaLink="false">http://lekkimworld.com/?p=15725845</guid>
  101.  
  102. <description><![CDATA[I’ve spent some time with the new token exchange flow in Salesforce. The flow allows you to write and configure an Apex handler in Salesforce that can validate an incoming token (say an access_token, JWT or proprietary token) from another Identity Provider (think Okta, Auth0 or any custom implementation) in Salesforce and return a Salesforce &#8230; <a href="https://lekkimworld.com/2024/02/14/salesforce-token-exchange-flow/" class="more-link">Continue reading <span class="screen-reader-text">Salesforce Token Exchange&#160;Flow</span></a>]]></description>
  103. <content:encoded><![CDATA[
  104. <p>I’ve spent some time with the new token exchange flow in Salesforce. The flow allows you to write and configure an Apex handler in Salesforce that can validate an incoming token (say an access_token, JWT or proprietary token) from another Identity Provider (think Okta, Auth0 or any custom implementation) in Salesforce and return a Salesforce access token that can be used towards Salesforce for API access. This can simplify the integration scenario for micro services or other apps as access can be granted based on an already proved identity. The returned Salesforce access token is then used for API access as the Apex handler also maps the incoming token to a user in Salesforce &#8211; the user may optionally be created on the fly.</p>
  105.  
  106.  
  107.  
  108. <p>I captured my findings, wrote instructions on how to implement wrote an example implementation in a <a href="https://github.com/lekkimworld/salesforce-tokenexchange-poc" target="_blank" rel="noreferrer noopener">Github repo</a>.</p>
  109.  
  110.  
  111.  
  112. <p>As an interesting aside, the metadata type for the OAuth Token Exchange Handler is not yet supported with the “new” source format so it has to be deployed with the old school metadata API and format (still using the CLI though).</p>
  113. ]]></content:encoded>
  114. <wfw:commentRss>https://lekkimworld.com/2024/02/14/salesforce-token-exchange-flow/feed/</wfw:commentRss>
  115. <slash:comments>0</slash:comments>
  116. <media:content url="https://2.gravatar.com/avatar/e61b1f30a944661f0734f40e47891da3e4edc711b19c09992600121f45fff4a5?s=96&#38;d=identicon&#38;r=G" medium="image">
  117. <media:title type="html">lekkimworld</media:title>
  118. </media:content>
  119. </item>
  120. <item>
  121. <title>Scratch org with Salesforce Event Monitoring</title>
  122. <link>https://lekkimworld.com/2023/03/24/scratch-org-with-salesforce-event-monitoring/</link>
  123. <comments>https://lekkimworld.com/2023/03/24/scratch-org-with-salesforce-event-monitoring/#respond</comments>
  124. <dc:creator><![CDATA[lekkim]]></dc:creator>
  125. <pubDate>Fri, 24 Mar 2023 07:04:17 +0000</pubDate>
  126. <category><![CDATA[Uncategorized]]></category>
  127. <category><![CDATA[event_monitoring]]></category>
  128. <category><![CDATA[salesforce]]></category>
  129. <category><![CDATA[shield]]></category>
  130. <guid isPermaLink="false">http://lekkimworld.com/?p=15725836</guid>
  131.  
  132. <description><![CDATA[Note to self &#8211; scratch org definition file to create a scratch org with Event Monitoring enabled. This is a super easy way to quickly spin up an org with Event Monitoring for testing or development. As always the trick is to know the feature and the settings to avoid the manual setup.]]></description>
  133. <content:encoded><![CDATA[
  134. <p>Note to self &#8211; scratch org definition file to create a scratch org with Event Monitoring  enabled. This is a super easy way to quickly spin up an org with Event Monitoring for testing or development. As always the trick is to know the feature and the settings to avoid the manual setup.</p>
  135.  
  136.  
  137.  
  138. <div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
  139. <pre class="wp-block-code"><code>{
  140.  "orgName": "foo",
  141.  "edition": "Developer",
  142.  "country": "US",
  143.  "features": &#091;"EventLogFile", "PersonAccounts"],
  144.  "settings": {
  145.    "lightningExperienceSettings": {
  146.      "enableS1DesktopEnabled": true
  147.    },
  148.    "mobileSettings": {
  149.      "enableS1EncryptedStoragePref2": false
  150.    },
  151.    "eventSettings": {
  152.      "enableEventLogGeneration": true,
  153.      "enableTransactionSecurityPolicies": true,
  154.      "enableDeleteMonitoringData": true,
  155.      "enableLoginForensics": true,
  156.      "enableStreamingApi": true,
  157.      "enableTerminateOldestSession": true,
  158.      "enableDynamicStreamingChannel": false,
  159.      "bypassMeteringBlock" :false
  160.    }
  161.  }
  162. }</code></pre>
  163. </div></div>
  164. ]]></content:encoded>
  165. <wfw:commentRss>https://lekkimworld.com/2023/03/24/scratch-org-with-salesforce-event-monitoring/feed/</wfw:commentRss>
  166. <slash:comments>0</slash:comments>
  167. <media:content url="https://2.gravatar.com/avatar/e61b1f30a944661f0734f40e47891da3e4edc711b19c09992600121f45fff4a5?s=96&#38;d=identicon&#38;r=G" medium="image">
  168. <media:title type="html">lekkimworld</media:title>
  169. </media:content>
  170. </item>
  171. <item>
  172. <title>Scratch org with Salesforce Order Management</title>
  173. <link>https://lekkimworld.com/2023/01/31/scratch-org-with-salesforce-order-management/</link>
  174. <comments>https://lekkimworld.com/2023/01/31/scratch-org-with-salesforce-order-management/#respond</comments>
  175. <dc:creator><![CDATA[lekkim]]></dc:creator>
  176. <pubDate>Tue, 31 Jan 2023 10:46:40 +0000</pubDate>
  177. <category><![CDATA[Uncategorized]]></category>
  178. <category><![CDATA[oms]]></category>
  179. <category><![CDATA[order_management]]></category>
  180. <category><![CDATA[salesforce]]></category>
  181. <guid isPermaLink="false">http://lekkimworld.com/?p=15725830</guid>
  182.  
  183. <description><![CDATA[Note to self &#8211; scratch org definition file to create a scratch org with B2B Commerce and Order Management. The trick was to ensure Enhanced Orders was enabled as well.]]></description>
  184. <content:encoded><![CDATA[
  185. <p>Note to self &#8211; scratch org definition file to create a scratch org with B2B Commerce and Order Management. The trick was to ensure Enhanced Orders was enabled as well.</p>
  186.  
  187.  
  188.  
  189. <div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
  190. <pre class="wp-block-code"><code>{
  191.  "orgName": "foo",
  192.  "edition": "Enterprise",
  193.  "release": "preview",
  194.  "features": &#091;"PersonAccounts", "B2BCommerce", "OrderManagement", "Communities", "EnableSetPasswordInApi", "SalesforceIdentityForCommunities", "Sites", "ExternalIdentityLogin"],
  195.  "language": "en_US",
  196.  "country": "US",
  197.  "settings": {
  198.    "lightningExperienceSettings": {
  199.      "enableS1DesktopEnabled": true
  200.    },
  201.    "mobileSettings": {
  202.      "enableS1EncryptedStoragePref2": false
  203.    },
  204.    "communitiesSettings": {
  205.      "enableNetworksEnabled": true
  206.    },
  207.    "languageSettings":{
  208.      "enableTranslationWorkbench": true
  209.    },
  210.    "commerceSettings": {
  211.      "commerceEnabled": true
  212.    },
  213.    "orderManagementSettings": {
  214.        "enableOrderManagement": true
  215.    },
  216.    "orderSettings": {
  217.        "enableEnhancedCommerceOrders": true,
  218.        "enableOrders": true
  219.    }
  220.  }
  221. }
  222. </code></pre>
  223. </div></div>
  224. ]]></content:encoded>
  225. <wfw:commentRss>https://lekkimworld.com/2023/01/31/scratch-org-with-salesforce-order-management/feed/</wfw:commentRss>
  226. <slash:comments>0</slash:comments>
  227. <media:content url="https://2.gravatar.com/avatar/e61b1f30a944661f0734f40e47891da3e4edc711b19c09992600121f45fff4a5?s=96&#38;d=identicon&#38;r=G" medium="image">
  228. <media:title type="html">lekkimworld</media:title>
  229. </media:content>
  230. </item>
  231. <item>
  232. <title>Salesforce Identity Video &#8211; Email Templates including translation</title>
  233. <link>https://lekkimworld.com/2022/12/23/salesforce-identity-video-email-templates-including-translation/</link>
  234. <comments>https://lekkimworld.com/2022/12/23/salesforce-identity-video-email-templates-including-translation/#respond</comments>
  235. <dc:creator><![CDATA[lekkim]]></dc:creator>
  236. <pubDate>Fri, 23 Dec 2022 09:00:00 +0000</pubDate>
  237. <category><![CDATA[Uncategorized]]></category>
  238. <category><![CDATA[identity]]></category>
  239. <category><![CDATA[idp]]></category>
  240. <category><![CDATA[salesforce]]></category>
  241. <category><![CDATA[video]]></category>
  242. <category><![CDATA[youtube]]></category>
  243. <guid isPermaLink="false">http://lekkimworld.com/?p=15725823</guid>
  244.  
  245. <description><![CDATA[This video talks about the email templates used for sending communications to the users of Salesforce Identity such as forgot password emails etc. I also go into translation of the emails using custom labels.]]></description>
  246. <content:encoded><![CDATA[
  247. <p>This video talks about the email templates used for sending communications to the users of Salesforce Identity such as forgot password emails etc. I also go into translation of the emails using custom labels.</p>
  248.  
  249.  
  250.  
  251. <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  252. <iframe class="youtube-player" width="660" height="372" src="https://www.youtube.com/embed/rXxqwVSnPB4?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>
  253. </div></figure>
  254. ]]></content:encoded>
  255. <wfw:commentRss>https://lekkimworld.com/2022/12/23/salesforce-identity-video-email-templates-including-translation/feed/</wfw:commentRss>
  256. <slash:comments>0</slash:comments>
  257. <media:content url="https://2.gravatar.com/avatar/e61b1f30a944661f0734f40e47891da3e4edc711b19c09992600121f45fff4a5?s=96&#38;d=identicon&#38;r=G" medium="image">
  258. <media:title type="html">lekkimworld</media:title>
  259. </media:content>
  260. </item>
  261. <item>
  262. <title>Salesforce Identity Video &#8211; MFA Enablement</title>
  263. <link>https://lekkimworld.com/2022/12/22/salesforce-identity-video-mfa-enablement/</link>
  264. <comments>https://lekkimworld.com/2022/12/22/salesforce-identity-video-mfa-enablement/#respond</comments>
  265. <dc:creator><![CDATA[lekkim]]></dc:creator>
  266. <pubDate>Thu, 22 Dec 2022 12:45:00 +0000</pubDate>
  267. <category><![CDATA[Uncategorized]]></category>
  268. <category><![CDATA[identity]]></category>
  269. <category><![CDATA[idp]]></category>
  270. <category><![CDATA[salesforce]]></category>
  271. <category><![CDATA[video]]></category>
  272. <category><![CDATA[youtube]]></category>
  273. <guid isPermaLink="false">http://lekkimworld.com/?p=15725826</guid>
  274.  
  275. <description><![CDATA[This video shows how Salesforce Authenticator may be used as second factor for users logging in with Salesforce Identity. This video shows the out-of-the-box user interface but the interface may be customized.]]></description>
  276. <content:encoded><![CDATA[
  277. <p>This video shows how Salesforce Authenticator may be used as second factor for users logging in with Salesforce Identity. This video shows the out-of-the-box user interface but the interface may be customized.</p>
  278.  
  279.  
  280.  
  281. <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  282. <iframe class="youtube-player" width="660" height="372" src="https://www.youtube.com/embed/oP1Z_G6lnnw?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>
  283. </div></figure>
  284. ]]></content:encoded>
  285. <wfw:commentRss>https://lekkimworld.com/2022/12/22/salesforce-identity-video-mfa-enablement/feed/</wfw:commentRss>
  286. <slash:comments>0</slash:comments>
  287. <media:content url="https://2.gravatar.com/avatar/e61b1f30a944661f0734f40e47891da3e4edc711b19c09992600121f45fff4a5?s=96&#38;d=identicon&#38;r=G" medium="image">
  288. <media:title type="html">lekkimworld</media:title>
  289. </media:content>
  290. </item>
  291. <item>
  292. <title>Salesforce Identity Video &#8211; Internationalization (i18n) / Localization (l10n)</title>
  293. <link>https://lekkimworld.com/2022/12/22/salesforce-identity-video-internationalization-i18n-localization-l12n/</link>
  294. <comments>https://lekkimworld.com/2022/12/22/salesforce-identity-video-internationalization-i18n-localization-l12n/#respond</comments>
  295. <dc:creator><![CDATA[lekkim]]></dc:creator>
  296. <pubDate>Thu, 22 Dec 2022 09:00:00 +0000</pubDate>
  297. <category><![CDATA[Uncategorized]]></category>
  298. <category><![CDATA[identity]]></category>
  299. <category><![CDATA[idp]]></category>
  300. <category><![CDATA[salesforce]]></category>
  301. <category><![CDATA[video]]></category>
  302. <category><![CDATA[youtube]]></category>
  303. <guid isPermaLink="false">http://lekkimworld.com/?p=15725820</guid>
  304.  
  305. <description><![CDATA[This video shows how to use custom labels and translations to provide localization of the login and/or signup experience in Salesforce Identity.]]></description>
  306. <content:encoded><![CDATA[
  307. <p>This video shows how to use custom labels and translations to provide localization of the login and/or signup experience in Salesforce Identity.</p>
  308.  
  309.  
  310.  
  311. <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  312. <iframe class="youtube-player" width="660" height="372" src="https://www.youtube.com/embed/GwrZhUB3jhk?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>
  313. </div></figure>
  314. ]]></content:encoded>
  315. <wfw:commentRss>https://lekkimworld.com/2022/12/22/salesforce-identity-video-internationalization-i18n-localization-l12n/feed/</wfw:commentRss>
  316. <slash:comments>0</slash:comments>
  317. <media:content url="https://2.gravatar.com/avatar/e61b1f30a944661f0734f40e47891da3e4edc711b19c09992600121f45fff4a5?s=96&#38;d=identicon&#38;r=G" medium="image">
  318. <media:title type="html">lekkimworld</media:title>
  319. </media:content>
  320. </item>
  321. <item>
  322. <title>Salesforce Identity Video &#8211; PoC on Preventing Sign-in / Sign-up Page Reload</title>
  323. <link>https://lekkimworld.com/2022/12/21/salesforce-identity-video-poc-on-preventing-sign-in-sign-up-page-reload/</link>
  324. <comments>https://lekkimworld.com/2022/12/21/salesforce-identity-video-poc-on-preventing-sign-in-sign-up-page-reload/#respond</comments>
  325. <dc:creator><![CDATA[lekkim]]></dc:creator>
  326. <pubDate>Wed, 21 Dec 2022 09:00:00 +0000</pubDate>
  327. <category><![CDATA[Uncategorized]]></category>
  328. <category><![CDATA[identity]]></category>
  329. <category><![CDATA[idp]]></category>
  330. <category><![CDATA[salesforce]]></category>
  331. <category><![CDATA[video]]></category>
  332. <category><![CDATA[youtube]]></category>
  333. <guid isPermaLink="false">http://lekkimworld.com/?p=15725816</guid>
  334.  
  335. <description><![CDATA[This video shows a proof-of-concept implementation using the Experience Id to customize the login experience to make login pages and sign-up pages single use. This could be used to prevent users from sending links to sign up pages to one another if consent screens needs to be shown prior to the login experience.]]></description>
  336. <content:encoded><![CDATA[
  337. <p>This video shows a proof-of-concept implementation using the Experience Id to customize the login experience to make login pages and sign-up pages single use. This could be used to prevent users from sending links to sign up pages to one another if consent screens needs to be shown prior to the login experience.</p>
  338.  
  339.  
  340.  
  341. <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  342. <iframe class="youtube-player" width="660" height="372" src="https://www.youtube.com/embed/TYXHV78oOXg?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>
  343. </div></figure>
  344. ]]></content:encoded>
  345. <wfw:commentRss>https://lekkimworld.com/2022/12/21/salesforce-identity-video-poc-on-preventing-sign-in-sign-up-page-reload/feed/</wfw:commentRss>
  346. <slash:comments>0</slash:comments>
  347. <media:content url="https://2.gravatar.com/avatar/e61b1f30a944661f0734f40e47891da3e4edc711b19c09992600121f45fff4a5?s=96&#38;d=identicon&#38;r=G" medium="image">
  348. <media:title type="html">lekkimworld</media:title>
  349. </media:content>
  350. </item>
  351. <item>
  352. <title>Salesforce Identity Video &#8211; Demo app Setup and Walk-through</title>
  353. <link>https://lekkimworld.com/2022/12/20/salesforce-identity-video-demo-app-setup-and-walk-through/</link>
  354. <comments>https://lekkimworld.com/2022/12/20/salesforce-identity-video-demo-app-setup-and-walk-through/#respond</comments>
  355. <dc:creator><![CDATA[lekkim]]></dc:creator>
  356. <pubDate>Tue, 20 Dec 2022 09:38:50 +0000</pubDate>
  357. <category><![CDATA[Uncategorized]]></category>
  358. <category><![CDATA[identity]]></category>
  359. <category><![CDATA[idp]]></category>
  360. <category><![CDATA[salesforce]]></category>
  361. <category><![CDATA[salesforcedx]]></category>
  362. <category><![CDATA[video]]></category>
  363. <category><![CDATA[youtube]]></category>
  364. <guid isPermaLink="false">http://lekkimworld.com/?p=15725812</guid>
  365.  
  366. <description><![CDATA[This video is all about working with Salesforce, including setting up an org with the Salesforce CLI and configuring Salesforce Identity.]]></description>
  367. <content:encoded><![CDATA[
  368. <p>This video is all about working with Salesforce, including setting up an org with the Salesforce CLI and configuring Salesforce Identity.</p>
  369.  
  370.  
  371.  
  372. <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  373. <iframe class="youtube-player" width="660" height="372" src="https://www.youtube.com/embed/USq9t7GsnNc?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>
  374. </div></figure>
  375.  
  376.  
  377.  
  378. <p></p>
  379. ]]></content:encoded>
  380. <wfw:commentRss>https://lekkimworld.com/2022/12/20/salesforce-identity-video-demo-app-setup-and-walk-through/feed/</wfw:commentRss>
  381. <slash:comments>0</slash:comments>
  382. <media:content url="https://2.gravatar.com/avatar/e61b1f30a944661f0734f40e47891da3e4edc711b19c09992600121f45fff4a5?s=96&#38;d=identicon&#38;r=G" medium="image">
  383. <media:title type="html">lekkimworld</media:title>
  384. </media:content>
  385. </item>
  386. </channel>
  387. </rss>
  388.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//lekkimworld.com/rss.xml

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda