<cite>Mdonogma: </cite> How far off till first Xamarin app is ready for enterprise customers? Can we get beta/early access.
Will it have login flow? Offline? Crud on an entity example Xamarin Forms? Other?
In my scenario each tenant belongs to a different company. How do I setup to allow each company to login using their own activity directory as below looks like only 1 ad can be linked up?
<cite>ismcagdas: </cite> Hi,
AspNet Zero already includes OpenIdConnect. You just need to set values for OpenIdConnect in your app's config file. After that, there must be an icon on login page near social login icons and it should work without any other work.
Thanks.
Looking for something production ready as experimental won't get approved for deployments. If Ed core supports other dbs what's the issue with running it via entity framework core directly to cosmosdb? Using document db API
<cite>aaron: </cite> ABP has an experimental MongoDB implementation: https://github.com/aspnetboilerplate/aspnetboilerplate/tree/dev/src/Abp.MongoDB
Other NoSQL suggestions in ABP issues:
- https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1108 (e.g. unqlite, DBreeze, LiteDB)
- https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1653 (e.g. Marten, VelocityDB)
Other relevant links:
- EF Core Database Providers: <a class="postlink" href="https://docs.microsoft.com/en-us/ef/core/providers/">https://docs.microsoft.com/en-us/ef/core/providers/</a>
- Using NoSQL databases: https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/microservice-ddd-cqrs-patterns/nosql-database-persistence-infrastructure
Works great! Thank you
So to confirm: we do not need to install another identity server as aspnetzero has it built in now?
<cite>ismcagdas: </cite> Hi,
Have you updated <a class="postlink" href="https://xamarator.com">https://xamarator.com</a> ? As I checked it still has old payment.min.js. When you open developer console, it still shows same js error.
If you can update it, we can try to understand the next problem.
Thanks.
Please remember be the link to our website from this post. Thank you
<cite>ismcagdas: </cite> Hi @Mdonogma,
I assume you want to create a similar page the one you have shared a link. If so, we didn't include profile.css into AspNet Zero solution. Adding it to your page might solve your problem. If it does not, you can compare included css files and add missing ones to your page.
Thanks.
Why do t you just include all the Medtronic .css files. That way developers won't have to log requests like this. My assumption is since your documentation says Medtronic them added is that all the relevance metronic .css and other artefacts are built in.
What else is missing?
So is identity server built into new projects or do I need to creat a seperate identity server install then link aspzero template to the identity server using the app. Json settings file.
<cite>ismcagdas: </cite> Hi @Mdonogma,
This is not supported by AspNet Zero. We don't have any suggestion about this, you need to develop your custom solution.
Thanks.
so what is the point of identity server 4 integration?
can you send me a copy of how the file should look.
i'll manually update to destination server.