Mar 16, 20256:25 AM - edited Mar 16, 20256:38 AM
Member
SSO for Customer Portal
Hi,
I am trying to implement OIDC workflows in our authorisation server so that users in our application can access their tickets in the Customer Portal.
Both the authorise and token endpoints are invoked and responses are sent as expected but Customer Portal shows up an error page that says there is no permission.
I am not sure what exact details in JWT token are expected by Hubspot server.
Hey, @MD14 Setting up SSO using JWT was sunset this year according to this note "Please note: on February 5th, 2025, the ability to use SSO for new JWT applications was sunset. JWT-based applications configured for SSO prior to that date are not affected. Moving forward, it's recommended to use an Open ID Connect (OIDC) application instead" — source.
Best,
Jaycee
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
Did you know that the Community is available in other languages? Join regional conversations by changing your language settings !
I have implemented OIDC in our server and as part of that change, we are required to return a token (in JWT format). The issue is that though there are no errors in the API response, the Customer Portal is not loading.
Are there specific information that is required by Hubspot and also is the "Provider Authorisation endpoint and Provider Token endpoint" needs to be hosted in same domain ?