ok
https://github.com/alpeshkalena Can access this repo.
hi
we need to pass the correct values for clientId and client secret also else it throws above error. So there is no option to remove these settings from appsetting?
Can you test this commit?
https://github.com/maliming/NextGenPortal/commit/cfd5a88a06eafc03b97981763b16b17199dbc526
hi
we need to pass the correct values for clientId and client secret also else it throws above error. So there is no option to remove these settings from appsetting?
I will find a way.
Also, Can we deploy and run app on IIS with http?
Can you create a new question?
Thanks
You can condier to using blazor webapp
It will initiate the page using the blazor server, download wasm files in the background, and switch to blazor wasm next time.
The /Gdpr/PersonalData page loaded in 14.78s, after clear wasm cache. the page loaded in 17.37s,
you can see the Ajax call takes most of the time.
| Request Type | Number of Requests | Total Time |
|------------------------------|------------------------|----------------|
| application/json | 14 | 10.451s |
| text/html | 2 | 4.1s |
| application/x-unknown | 12 | 3.094s |
| application/javascript | 3 | 107ms |
| text/css | 13 | 434ms |
| image/jpeg | 1 | 281ms |
| application/x-javascript | 9 | 220ms |
| text/plain | 1 | 38ms |
| image/png | 2 | 9ms |
| application/font-woff | 2 | 3ms |
| application/font-woff2 | 2 | 2ms |
Refresh the page again.
Ajax: 5.949s.
These api calls will appear in any page, even if it is an empty page

well, the authority must be set as a url.
And the well-known endpoint also need to be valid.
hi This is how blazor wash works.
You can consider using blazor server or blazor webapp mode.
hi
it seems necessary to modify the source code as described in this manual. Is my understanding correct?
Yes. You have to add a new package and change the code. because different social login use different nuget package.
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?
Once a new external login is added, different client id/client secret can be set for the host and tenant.
hi
You have to set some values for it. but the values will be overridden by abp.
You can set any value but there must have value when app start.
eg: clientid=123123 it also works