I have some additional questions about SSO (related ticket: https://abp.io/support/questions/8726/About-Oauth-login-settings ):
Hi, I have some additional questions. Should I create a new ticket for them, or is it fine to ask in this ticket?
Thank you for your reply. If each tenant could dynamically add, enable, and disable external providers via the UI without modifying the source code, that would be extremely helpful.
Once a new external login is added, different client id/client secret can be set for the host and tenant.
In our SaaS services built on ABP, each customer (company) uses one tenant. We have the following requirements for external providers:
-Customer A tenant wants to enable only Okta
-Customer B tenant wants to enable Google and Microsoft
-Customer C tenant does not want to enable any external providers
If we set up an external provider in the host tenant, the above requirements cannot be met, so we would like to be able to set it at the tenant level. If there is a way to do this, please let me know.
Hi, I see. When adding a new external login such as Okta, beyond the pre-installed options like Twitter, Google, and Microsoft, it seems necessary to modify the source code as described in this manual. Is my understanding correct? If so, I think this is not a good experience. Since external logins often need to be added based on customer needs, it would be preferable to dynamically add new external logins without modifying the source code.
Additionally, we would like to enable external login settings at the tenant level rather than at the host tenant level. Is there a way to achieve this?
very thx
In what version can it be implemented?
Issue When I look at it in Chrome, rsms.me is infinitely redirecting with 301.
Request 1. rsms.me is cached on disk. I want to attach a query string to rsms.me and delete the cache. Can we, the developers, attach a query string to rsms.me?
2. Instead of reading rsms.me, how about changing the method so that ABP downloads rsms.me?
@sumeyye.kurtulus
First, as a short-term solution, switch to an external CDN or move to self-hosting to prevent the problem from recurring in the production environment. For example, if you temporarily change to loading Inter via Google Fonts, at least the redirect problem via rsms.me will not occur. In parallel, it is a good idea to watch the latest information from the Inter font developer (official website, GitHub repository Issue github.com, etc.) and check what happened to rsms.me's CDN. If the official provider of inter.css has changed, update the reference URL according to the documentation. In the long term, it is preferable to design without excessive reliance on external font CDNs. If you host your fonts in-house, you will not be bothered by external factors such as this one. As described in d.rsms.me, Inter fonts are freely available, so there are no problems with the license. If you host them yourself, enable appropriate cache control and compression (gzip/Brotli) and pay attention to performance.
After logging in, the screen moves to a blank page with no content. I checked the network and there was an error ERR_TOO_MANY_REDIRECTS when downloading the file https://rsms.me/inter/inter.css This error has been occurring for about a week now I would like to know the cause and how to fix it
We are testing SSO with Okta using OpenID Connect as below:
When OAuth login is enabled, we would like to achieve the following, but is there any additional configuration required?
-----------------------