<?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/"><channel><title>KB-2337 OpenID Connect and Azure AD B2C authentication configuration not returning access token</title><link>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2337 OpenID Connect and Azure AD B2C authentication configuration not returning access token</title><link>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token</link><pubDate>Mon, 28 Apr 2025 20:56:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6fec34ec-3194-4439-86e7-4e374d4272c8</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token#comments</comments><description>Current Revision posted to Appian Knowledge Base by pauline.delacruz on 4/28/2025 8:56:18 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When&amp;nbsp;testing OpenID Connect and Azure Active Directory B2C authentication, the following error is thrown in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;2024-08-02 18:12:11,788 [http-nio-8080-exec-605] ERROR com.appiancorp.security.auth.oidc.OidcAuthCodeManagerImpl - Unexpected exception during OIDC authentication, registrationId: oidc
java.util.concurrent.ExecutionException: org.springframework.security.oauth2.core.OAuth2AuthenticationException: [invalid_token_response] An error occurred while attempting to retrieve the OAuth 2.0 Access Token Response: Error while extracting response for type [class org.springframework.security.oauth2.core.endpoint.OAuth2AccessTokenResponse] and content type [application/json;charset=utf-8]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: An error occurred reading the OAuth 2.0 Access Token Response: tokenValue cannot be empty; nested exception is java.lang.IllegalArgumentException: tokenValue cannot be empty&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Azure AD B2C&amp;nbsp;&lt;/span&gt;&lt;a href="https://learn.microsoft.com/en-us/azure/active-directory-b2c/authorization-code-flow#2-get-an-access-token" data-inline-card="" data-card-data=""&gt;documentation&lt;/a&gt;&amp;nbsp;states the Client ID is required&amp;nbsp;as&amp;nbsp;a scope in order to receive an access token.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Written as&amp;nbsp;a list of scopes separated by a singular space, add&amp;nbsp;the Client ID to the list of scopes in the OpenID Connect configuration (ex:&amp;nbsp;&amp;quot;openid xxxxx&amp;quot;).&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;April 2025&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, integration, authentication&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-410] OpenID Connect and Azure AD B2C authentication configuration not returning access token</title><link>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token/revision/6</link><pubDate>Thu, 20 Mar 2025 15:54:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6fec34ec-3194-4439-86e7-4e374d4272c8</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token#comments</comments><description>Revision 6 posted to Appian Knowledge Base by pauline.delacruz on 3/20/2025 3:54:19 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When&amp;nbsp;testing OpenID Connect and Azure Active Directory B2C authentication, the following error is thrown in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;2024-08-02 18:12:11,788 [http-nio-8080-exec-605] ERROR com.appiancorp.security.auth.oidc.OidcAuthCodeManagerImpl - Unexpected exception during OIDC authentication, registrationId: oidc
java.util.concurrent.ExecutionException: org.springframework.security.oauth2.core.OAuth2AuthenticationException: [invalid_token_response] An error occurred while attempting to retrieve the OAuth 2.0 Access Token Response: Error while extracting response for type [class org.springframework.security.oauth2.core.endpoint.OAuth2AccessTokenResponse] and content type [application/json;charset=utf-8]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: An error occurred reading the OAuth 2.0 Access Token Response: tokenValue cannot be empty; nested exception is java.lang.IllegalArgumentException: tokenValue cannot be empty&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Azure AD B2C&amp;nbsp;&lt;/span&gt;&lt;a href="https://learn.microsoft.com/en-us/azure/active-directory-b2c/authorization-code-flow#2-get-an-access-token" data-inline-card="" data-card-data=""&gt;documentation&lt;/a&gt;&amp;nbsp;states the Client ID is required&amp;nbsp;as&amp;nbsp;a scope in order to receive an access token.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Written as&amp;nbsp;a list of scopes separated by a singular space, add&amp;nbsp;the Client ID to the list of scopes in the OpenID Connect configuration (ex:&amp;nbsp;&amp;quot;openid xxxxx&amp;quot;).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2025&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-410] OpenID Connect and Azure AD B2C authentication configuration not returning access token</title><link>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token/revision/5</link><pubDate>Tue, 03 Sep 2024 18:56:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6fec34ec-3194-4439-86e7-4e374d4272c8</guid><dc:creator>Genna Schwarz</dc:creator><comments>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Genna Schwarz on 9/3/2024 6:56:29 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When&amp;nbsp;testing OpenID Connect and Azure Active Directory B2C authentication, the following error is thrown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;2024-08-02 18:12:11,788 [http-nio-8080-exec-605] ERROR com.appiancorp.security.auth.oidc.OidcAuthCodeManagerImpl - Unexpected exception during OIDC authentication, registrationId: oidc
java.util.concurrent.ExecutionException: org.springframework.security.oauth2.core.OAuth2AuthenticationException: [invalid_token_response] An error occurred while attempting to retrieve the OAuth 2.0 Access Token Response: Error while extracting response for type [class org.springframework.security.oauth2.core.endpoint.OAuth2AccessTokenResponse] and content type [application/json;charset=utf-8]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: An error occurred reading the OAuth 2.0 Access Token Response: tokenValue cannot be empty; nested exception is java.lang.IllegalArgumentException: tokenValue cannot be empty&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;font-size:75%;"&gt;&lt;strong&gt;&lt;span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Azure AD B2C&amp;nbsp;&lt;/span&gt;&lt;a href="https://learn.microsoft.com/en-us/azure/active-directory-b2c/authorization-code-flow#2-get-an-access-token" data-inline-card="" data-card-data=""&gt;documentation&lt;/a&gt;&amp;nbsp;states the Client ID is required&amp;nbsp;as&amp;nbsp;a scope in order to receive an access token.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Written as&amp;nbsp;a list of scopes separated by a singular space, add&amp;nbsp;the Client ID to the list of scopes in the OpenID Connect configuration (ex:&amp;nbsp;&amp;quot;openid xxxxx&amp;quot;).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;August&amp;nbsp;2024&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-410] OpenID Connect and Azure AD B2C authentication configuration not returning access token</title><link>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token/revision/4</link><pubDate>Thu, 29 Aug 2024 22:16:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6fec34ec-3194-4439-86e7-4e374d4272c8</guid><dc:creator>Genna Schwarz</dc:creator><comments>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Genna Schwarz on 8/29/2024 10:16:49 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When&amp;nbsp;testing OpenID Connect and Azure Active Directory B2C authentication, the following error is thrown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;2024-08-02 18:12:11,788 [http-nio-8080-exec-605] ERROR com.appiancorp.security.auth.oidc.OidcAuthCodeManagerImpl - Unexpected exception during OIDC authentication, registrationId: oidc
java.util.concurrent.ExecutionException: org.springframework.security.oauth2.core.OAuth2AuthenticationException: [invalid_token_response] An error occurred while attempting to retrieve the OAuth 2.0 Access Token Response: Error while extracting response for type [class org.springframework.security.oauth2.core.endpoint.OAuth2AccessTokenResponse] and content type [application/json;charset=utf-8]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: An error occurred reading the OAuth 2.0 Access Token Response: tokenValue cannot be empty; nested exception is java.lang.IllegalArgumentException: tokenValue cannot be empty&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;font-size:75%;"&gt;&lt;strong&gt;&lt;span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Azure AD B2C&amp;nbsp;&lt;/span&gt;&lt;a href="https://learn.microsoft.com/en-us/azure/active-directory-b2c/authorization-code-flow#2-get-an-access-token" data-inline-card="" data-card-data=""&gt;documentation&lt;/a&gt;&amp;nbsp;states the Client ID is required&amp;nbsp;as&amp;nbsp;a scope in order to receive an a access token.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Separated by a space from the &amp;quot;openid&amp;quot; scope, add&amp;nbsp;the Client ID to the list of scopes in the OpenID Connect configurations.&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;August&amp;nbsp;2024&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT] OpenID Connect and Azure AD B2C authentication configuration not returning access token</title><link>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token/revision/3</link><pubDate>Thu, 29 Aug 2024 22:15:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6fec34ec-3194-4439-86e7-4e374d4272c8</guid><dc:creator>Genna Schwarz</dc:creator><comments>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Genna Schwarz on 8/29/2024 10:15:55 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When&amp;nbsp;testing OpenID Connect and Azure Active Directory B2C authentication, the following error is thrown:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;2024-08-02 18:12:11,788 [http-nio-8080-exec-605] ERROR com.appiancorp.security.auth.oidc.OidcAuthCodeManagerImpl - Unexpected exception during OIDC authentication, registrationId: oidc
java.util.concurrent.ExecutionException: org.springframework.security.oauth2.core.OAuth2AuthenticationException: [invalid_token_response] An error occurred while attempting to retrieve the OAuth 2.0 Access Token Response: Error while extracting response for type [class org.springframework.security.oauth2.core.endpoint.OAuth2AccessTokenResponse] and content type [application/json;charset=utf-8]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: An error occurred reading the OAuth 2.0 Access Token Response: tokenValue cannot be empty; nested exception is java.lang.IllegalArgumentException: tokenValue cannot be empty&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;font-size:75%;"&gt;&lt;strong&gt;&lt;span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Azure AD B2C&amp;nbsp;&lt;/span&gt;&lt;a href="https://learn.microsoft.com/en-us/azure/active-directory-b2c/authorization-code-flow#2-get-an-access-token" data-inline-card="" data-card-data=""&gt;documentation&lt;/a&gt;&amp;nbsp;states the Client ID is required&amp;nbsp;as&amp;nbsp;a scope in order to receive an a access token.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Separated by a space from the &amp;quot;openid&amp;quot; scope, add&amp;nbsp;the Client ID to the list of scopes in the OpenID Connect configurations.&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;August&amp;nbsp;2024&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT] OpenID Connect and Azure AD B2C authentication configuration not returning access token</title><link>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token/revision/2</link><pubDate>Thu, 29 Aug 2024 22:13:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6fec34ec-3194-4439-86e7-4e374d4272c8</guid><dc:creator>Genna Schwarz</dc:creator><comments>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Genna Schwarz on 8/29/2024 10:13:00 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When&amp;nbsp;testing OpenID Connect and Azure Active Directory B2C authentication, the following error is thrown:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;2024-08-02 18:12:11,788 [http-nio-8080-exec-605] ERROR com.appiancorp.security.auth.oidc.OidcAuthCodeManagerImpl - Unexpected exception during OIDC authentication, registrationId: oidc
java.util.concurrent.ExecutionException: org.springframework.security.oauth2.core.OAuth2AuthenticationException: [invalid_token_response] An error occurred while attempting to retrieve the OAuth 2.0 Access Token Response: Error while extracting response for type [class org.springframework.security.oauth2.core.endpoint.OAuth2AccessTokenResponse] and content type [application/json;charset=utf-8]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: An error occurred reading the OAuth 2.0 Access Token Response: tokenValue cannot be empty; nested exception is java.lang.IllegalArgumentException: tokenValue cannot be empty&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;font-size:75%;"&gt;&lt;strong&gt;&lt;span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Azure AD B2C&amp;nbsp;&lt;/span&gt;&lt;a href="https://learn.microsoft.com/en-us/azure/active-directory-b2c/authorization-code-flow#2-get-an-access-token" data-inline-card="" data-card-data=""&gt;documentation&lt;/a&gt;&amp;nbsp;states the Client ID is required in the scope in order to receive an a access token.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Separated by a space from the &amp;quot;openid&amp;quot; scope, add&amp;nbsp;the Client ID to the list of scopes in the OpenID Connect configurations.&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;August&amp;nbsp;2024&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>OpenID Connect and Azure AD B2C authentication configuration not returning access token</title><link>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token/revision/1</link><pubDate>Thu, 29 Aug 2024 22:12:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6fec34ec-3194-4439-86e7-4e374d4272c8</guid><dc:creator>Genna Schwarz</dc:creator><comments>https://community.appian.com/support/w/kb/3581/kb-2337-openid-connect-and-azure-ad-b2c-authentication-configuration-not-returning-access-token#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Genna Schwarz on 8/29/2024 10:12:27 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When&amp;nbsp;testing OpenID Connect and Azure Active Directory B2C authentication, the following error is thrown:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;2024-08-02 18:12:11,788 [http-nio-8080-exec-605] ERROR com.appiancorp.security.auth.oidc.OidcAuthCodeManagerImpl - Unexpected exception during OIDC authentication, registrationId: oidc
java.util.concurrent.ExecutionException: org.springframework.security.oauth2.core.OAuth2AuthenticationException: [invalid_token_response] An error occurred while attempting to retrieve the OAuth 2.0 Access Token Response: Error while extracting response for type [class org.springframework.security.oauth2.core.endpoint.OAuth2AccessTokenResponse] and content type [application/json;charset=utf-8]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: An error occurred reading the OAuth 2.0 Access Token Response: tokenValue cannot be empty; nested exception is java.lang.IllegalArgumentException: tokenValue cannot be empty&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;h2&gt;&lt;span style="font-family:inherit;font-size:75%;"&gt;&lt;strong&gt;&lt;span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Azure AD B2C&amp;nbsp;&lt;/span&gt;&lt;a href="https://learn.microsoft.com/en-us/azure/active-directory-b2c/authorization-code-flow#2-get-an-access-token" data-inline-card="" data-card-data=""&gt;documentation&lt;/a&gt;&amp;nbsp;states the Client ID is required in the scope in order to receive an a access token.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Separated by a space from the &amp;quot;openid&amp;quot; scope, add&amp;nbsp;the Client ID to the list of scopes in the OpenID Connect configurations.&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;August&amp;nbsp;2024&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>