<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Azure B2C Re authenticate user depending on Interface navigation</title><link>https://community.appian.com/discussions/f/best-practices/34404/azure-b2c-re-authenticate-user-depending-on-interface-navigation</link><description>We have a requirement to have B2C Authentication to log on to Appian. This initial logon will be without MFA. However depending on the interface they access, we want to enforce MFA for accessing those user interfaces. Is there a way this can be achieved</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Azure B2C Re authenticate user depending on Interface navigation</title><link>https://community.appian.com/thread/131852?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 05:09:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3214c5de-178a-42ed-a4dd-4d83cd285e92</guid><dc:creator>arjunvs</dc:creator><description>&lt;p&gt;is it possible to read the claims returned for the user from Appian without syncing them to a user profile? Have you had any experience doing this &lt;a href="/members/mathieud0001"&gt;Mathieu Drouin&lt;/a&gt;&amp;nbsp;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure B2C Re authenticate user depending on Interface navigation</title><link>https://community.appian.com/thread/131637?ContentTypeID=1</link><pubDate>Fri, 22 Mar 2024 02:56:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e6f3c127-e523-4ec4-a8b0-d4cd78cbe354</guid><dc:creator>arjunvs</dc:creator><description>&lt;p&gt;thanks for your inputs Mathieu. Im exploring the links you have shared.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure B2C Re authenticate user depending on Interface navigation</title><link>https://community.appian.com/thread/131636?ContentTypeID=1</link><pubDate>Fri, 22 Mar 2024 02:54:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:51583927-08b1-4f12-9565-14e6bd115e70</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Yeah, that&amp;#39;s for Data Source Connected Systems.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t that is related to the original question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure B2C Re authenticate user depending on Interface navigation</title><link>https://community.appian.com/thread/131615?ContentTypeID=1</link><pubDate>Thu, 21 Mar 2024 14:11:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:daf299ba-3674-4a82-96bd-d5134fd01393</guid><dc:creator>Hishore Nallasivam</dc:creator><description>&lt;p&gt;I have the same kind of requirement for 2 months. I have checked with Appian support. Appian support mentioned that Azure B2C will not supported by Appian.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please find the reply I got from the support team.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Unfortunately, Azure AD is currently not a supported authentication method within Appian. The only supported authentication methods for connected data sources are basic authentication and OAUTH. For more information, please refer to our documentation on data source connected systems and authentication methods linked below: Data Source Connected Systems: &lt;a href="https://docs.appian.com/suite/help/23.3/data-source-connected-systems.html"&gt;docs.appian.com/.../data-source-connected-systems.html&lt;/a&gt; Authentication Methods: &lt;a href="https://docs.appian.com/suite/help/23.3/connected_system_authentication.html"&gt;docs.appian.com/.../connected_system_authentication.html&lt;/a&gt; If you would like, I am happy to create a product enhancement request on your behalf to request support for this authentication method. However, please note that these requests will be prioritized by our engineering team, and we are not able to provide a timeline on when or if they will be implemented. Please review the following documentation on product enhancement requests and provide me with the necessary information if you would like to create one. &lt;a href="https://community.appian.com/support/w/kb/1133/kb-1717-how-to-submit-a-product-enhancement-request"&gt;community.appian.com/.../kb-1717-how-to-submit-a-product-enhancement-request&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure B2C Re authenticate user depending on Interface navigation</title><link>https://community.appian.com/thread/131464?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2024 00:51:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0351d0e9-217d-41cc-893c-407a81112380</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;You could simply ping the /me endpoint using the Graph API by using Oauth code grant.&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://docs.appian.com/suite/help/24.1/Oauth_connected_system.html"&gt;&lt;/a&gt;&lt;a href="https://learn.microsoft.com/en-us/graph/api/user-get?view=graph-rest-1.0&amp;amp;tabs=http"&gt;https://learn.microsoft.com/en-us/graph/api/user-get?view=graph-rest-1.0&amp;amp;tabs=http&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://docs.appian.com/suite/help/24.1/Oauth_connected_system.html"&gt;https://docs.appian.com/suite/help/24.1/Oauth_connected_system.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To force them to reauthorize, you could invalidate the sign in sessions.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://learn.microsoft.com/en-us/graph/api/user-revokesigninsessions?view=graph-rest-1.0&amp;amp;tabs=http"&gt;https://learn.microsoft.com/en-us/graph/api/user-revokesigninsessions?view=graph-rest-1.0&amp;amp;tabs=http&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>