You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to understand why the unoapp template does provide files to me, which I would not know to have asked for and how to set that WebAuth up to actually work.
Strange Setup additionals
This is my used Setup:
using vs2022
raw list of expected:
kiota
server
WebAuth
Serilog
gotten additionally:
UnoFeature "Logging" => template wizard is telling nothing about this... why doesnt this use serilog as opted in?
Refit using IApiClient => not asked for refit as http is a option, not checkbox field, I did select kiota 🤔
Files I would expect if I would have not selected the Server Project
3. IWeatherCache & WeatherCache
Whats that reason of we getting that ApiClient and WeatherCache while having already the Content/Client/WeatherServiceClient of kiota?
Appsettings content
okay now I taken a look at the appsettings.development.json, because when I directly start the app as-is from that shown selection
the docs are not telling me anything about this provider or how to properly => correctly exchange this. I would have expected the development settings to be set up to the provided server project, but thats not the case. only the api client seems to be set to this but not to the login endpoint which we would need it to be set to...
How to do the auth setup and flow itself?
how to do that web auth after following the docs? I mean, targeting android, it shows indeed that suspicious provider url, but clicking on the login button in the Desktop target does exactly nothing...
Am I missing something? how should we do this?
and how to set our server included in there properly? it does not include authentication while the template wizard did know about thats beeing required...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to understand why the unoapp template does provide files to me, which I would not know to have asked for and how to set that WebAuth up to actually work.
Strange Setup additionals
This is my used Setup:
using vs2022
raw list of expected:
kiota
server
WebAuth
Serilog
gotten additionally:
Files I would expect if I would have not selected the Server Project
3. IWeatherCache & WeatherCache
Whats that reason of we getting that ApiClient and WeatherCache while having already the Content/Client/WeatherServiceClient of kiota?
Appsettings content
okay now I taken a look at the appsettings.development.json, because when I directly start the app as-is from that shown selection
the docs are not telling me anything about this provider or how to properly => correctly exchange this. I would have expected the development settings to be set up to the provided server project, but thats not the case. only the api client seems to be set to this but not to the login endpoint which we would need it to be set to...
How to do the auth setup and flow itself?
how to do that web auth after following the docs? I mean, targeting android, it shows indeed that suspicious provider url, but clicking on the login button in the Desktop target does exactly nothing...
Am I missing something? how should we do this?
and how to set our server included in there properly? it does not include authentication while the template wizard did know about thats beeing required...
Hoping for anyone who knows about this
Beta Was this translation helpful? Give feedback.
All reactions