Linkedin OAuth2.0: How to configure an OAuth 2.0 redirect URL with a wildcard subdomain URL for a multi-tenant application

I am trying to set up a LinkedIn application for a site with multiple tenants. I will have 20+ tenants using the same application, and the number will increase every time.

According to the Linkedin API documentation ( https://developer.linkedin.com/docs/oauth2 ) we need to provide the following items

Can I configure the redirect URL as https: //*.mysite.com/auth/linkedin/callback instead of specifying the URL of each tenant separately.

+4
source share
1 answer

You cannot use wildcard mapping based on a subdomain, as IP must know RP.

, cookie, URL- URL.

, , , URL-

+6

All Articles