<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SSO with Entra ID directly is faild. in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/sso-with-entra-id-directly-is-faild/m-p/494712#M40597</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;we are now building a test environment to confirm functions of SSO with Entra ID.&lt;/P&gt;&lt;P&gt;First, On Entra ID, we set redirect uri as "&lt;A href="https://alfresco/s/enterprise/admin/admin-systemsummary" target="_blank"&gt;https://alfresco/s/enterprise/admin/admin-systemsummary&lt;/A&gt;".&lt;BR /&gt;And create a secret.&lt;/P&gt;&lt;P&gt;Next, we set value as shown below&lt;/P&gt;&lt;P&gt;authentication.chain=identity-service1:identity-service,alfrescoNtlm1:alfrescoNtlm&lt;BR /&gt;identity-service.auth-server-url=&lt;A href="https://login.microsoftonline.com/[Tenant" target="_blank"&gt;https://login.microsoftonline.com/[Tenant&lt;/A&gt; ID]/v2.0&lt;BR /&gt;identity-service.resource=[Client ID]&lt;BR /&gt;identity-service.credentials.secret=[created secret]&lt;BR /&gt;identity-service.public-client=false&lt;BR /&gt;identity-service.principal-attribute=user.userprincipalname&lt;BR /&gt;identity-service.client-id.validation.disabled=false&lt;BR /&gt;identity-service.realm=&lt;BR /&gt;---&lt;/P&gt;&lt;P&gt;Then, redirection to Entra Log-in page and authentication was succeeded, but decode JWT(JSON Web Token) is failed.&lt;/P&gt;&lt;P&gt;alfresco-1 | at java.base/java.lang.Thread.run(Thread.java:840) [?:?]&lt;BR /&gt;alfresco-1 | Caused by: org.springframework.security.oauth2.jwt.BadJwtException: An error occurred while attempting to decode the Jwt: Signed JWT rejected: Invalid signature&lt;BR /&gt;alfresco-1 | at org.springframework.security.oauth2.jwt.NimbusJwtDecoder.createJwt(NimbusJwtDecoder.java:184) ~[spring-security-oauth2-jose-6.3.9.jar:6.3.9]&lt;BR /&gt;alfresco-1 | at org.springframework.security.oauth2.jwt.NimbusJwtDecoder.decode(NimbusJwtDecoder.java:138) ~[spring-security-oauth2-jose-6.3.9.jar:6.3.9]&lt;BR /&gt;alfresco-1 | at org.alfresco.repo.security.authentication.identityservice.SpringBasedIdentityServiceFacade.decodeToken(SpringBasedIdentityServiceFacade.java:150) ~[alfresco-repository-25.2.0.64.jar:25.2.0.64]&lt;BR /&gt;alfresco-1 | ... 149 more&lt;BR /&gt;alfresco-1 | Caused by: com.nimbusds.jose.proc.BadJWSException: Signed JWT rejected: Invalid signature&lt;BR /&gt;alfresco-1 | at com.nimbusds.jwt.proc.DefaultJWTProcessor.process(DefaultJWTProcessor.java:378) ~[nimbus-jose-jwt-9.37.3.jar:9.37.3]&lt;BR /&gt;alfresco-1 | at com.nimbusds.jwt.proc.DefaultJWTProcessor.process(DefaultJWTProcessor.java:303) ~[nimbus-jose-jwt-9.37.3.jar:9.37.3]&lt;BR /&gt;alfresco-1 | at org.springframework.security.oauth2.jwt.NimbusJwtDecoder.createJwt(NimbusJwtDecoder.java:158) ~[spring-security-oauth2-jose-6.3.9.jar:6.3.9]&lt;BR /&gt;alfresco-1 | at org.springframework.security.oauth2.jwt.NimbusJwtDecoder.decode(NimbusJwtDecoder.java:138) ~[spring-security-oauth2-jose-6.3.9.jar:6.3.9]&lt;BR /&gt;alfresco-1 | at org.alfresco.repo.security.authentication.identityservice.SpringBasedIdentityServiceFacade.decodeToken(SpringBasedIdentityServiceFacade.java:150) ~[alfresco-repository-25.2.0.64.jar:25.2.0.64]&lt;BR /&gt;alfresco-1 | ... 149 more&lt;BR /&gt;&amp;nbsp;---&lt;/P&gt;&lt;P&gt;Are there any possible causes for this issue?&amp;nbsp;&lt;BR /&gt;(It has been confirmed that the "Created Secret Value" is explicitly set to the same value on IdP.)&lt;/P&gt;</description>
    <pubDate>Fri, 21 Nov 2025 02:36:11 GMT</pubDate>
    <dc:creator>shishi9999</dc:creator>
    <dc:date>2025-11-21T02:36:11Z</dc:date>
    <item>
      <title>SSO with Entra ID directly is faild.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/sso-with-entra-id-directly-is-faild/m-p/494712#M40597</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;we are now building a test environment to confirm functions of SSO with Entra ID.&lt;/P&gt;&lt;P&gt;First, On Entra ID, we set redirect uri as "&lt;A href="https://alfresco/s/enterprise/admin/admin-systemsummary" target="_blank"&gt;https://alfresco/s/enterprise/admin/admin-systemsummary&lt;/A&gt;".&lt;BR /&gt;And create a secret.&lt;/P&gt;&lt;P&gt;Next, we set value as shown below&lt;/P&gt;&lt;P&gt;authentication.chain=identity-service1:identity-service,alfrescoNtlm1:alfrescoNtlm&lt;BR /&gt;identity-service.auth-server-url=&lt;A href="https://login.microsoftonline.com/[Tenant" target="_blank"&gt;https://login.microsoftonline.com/[Tenant&lt;/A&gt; ID]/v2.0&lt;BR /&gt;identity-service.resource=[Client ID]&lt;BR /&gt;identity-service.credentials.secret=[created secret]&lt;BR /&gt;identity-service.public-client=false&lt;BR /&gt;identity-service.principal-attribute=user.userprincipalname&lt;BR /&gt;identity-service.client-id.validation.disabled=false&lt;BR /&gt;identity-service.realm=&lt;BR /&gt;---&lt;/P&gt;&lt;P&gt;Then, redirection to Entra Log-in page and authentication was succeeded, but decode JWT(JSON Web Token) is failed.&lt;/P&gt;&lt;P&gt;alfresco-1 | at java.base/java.lang.Thread.run(Thread.java:840) [?:?]&lt;BR /&gt;alfresco-1 | Caused by: org.springframework.security.oauth2.jwt.BadJwtException: An error occurred while attempting to decode the Jwt: Signed JWT rejected: Invalid signature&lt;BR /&gt;alfresco-1 | at org.springframework.security.oauth2.jwt.NimbusJwtDecoder.createJwt(NimbusJwtDecoder.java:184) ~[spring-security-oauth2-jose-6.3.9.jar:6.3.9]&lt;BR /&gt;alfresco-1 | at org.springframework.security.oauth2.jwt.NimbusJwtDecoder.decode(NimbusJwtDecoder.java:138) ~[spring-security-oauth2-jose-6.3.9.jar:6.3.9]&lt;BR /&gt;alfresco-1 | at org.alfresco.repo.security.authentication.identityservice.SpringBasedIdentityServiceFacade.decodeToken(SpringBasedIdentityServiceFacade.java:150) ~[alfresco-repository-25.2.0.64.jar:25.2.0.64]&lt;BR /&gt;alfresco-1 | ... 149 more&lt;BR /&gt;alfresco-1 | Caused by: com.nimbusds.jose.proc.BadJWSException: Signed JWT rejected: Invalid signature&lt;BR /&gt;alfresco-1 | at com.nimbusds.jwt.proc.DefaultJWTProcessor.process(DefaultJWTProcessor.java:378) ~[nimbus-jose-jwt-9.37.3.jar:9.37.3]&lt;BR /&gt;alfresco-1 | at com.nimbusds.jwt.proc.DefaultJWTProcessor.process(DefaultJWTProcessor.java:303) ~[nimbus-jose-jwt-9.37.3.jar:9.37.3]&lt;BR /&gt;alfresco-1 | at org.springframework.security.oauth2.jwt.NimbusJwtDecoder.createJwt(NimbusJwtDecoder.java:158) ~[spring-security-oauth2-jose-6.3.9.jar:6.3.9]&lt;BR /&gt;alfresco-1 | at org.springframework.security.oauth2.jwt.NimbusJwtDecoder.decode(NimbusJwtDecoder.java:138) ~[spring-security-oauth2-jose-6.3.9.jar:6.3.9]&lt;BR /&gt;alfresco-1 | at org.alfresco.repo.security.authentication.identityservice.SpringBasedIdentityServiceFacade.decodeToken(SpringBasedIdentityServiceFacade.java:150) ~[alfresco-repository-25.2.0.64.jar:25.2.0.64]&lt;BR /&gt;alfresco-1 | ... 149 more&lt;BR /&gt;&amp;nbsp;---&lt;/P&gt;&lt;P&gt;Are there any possible causes for this issue?&amp;nbsp;&lt;BR /&gt;(It has been confirmed that the "Created Secret Value" is explicitly set to the same value on IdP.)&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 02:36:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/sso-with-entra-id-directly-is-faild/m-p/494712#M40597</guid>
      <dc:creator>shishi9999</dc:creator>
      <dc:date>2025-11-21T02:36:11Z</dc:date>
    </item>
  </channel>
</rss>

