I assume you wanted us to look at
https://aspnetboilerplate.com/Pages/Documents/EF-Core-MySql-Integration
That does not address this issue.
Our issue is: This proccess creates a single migration, but we have an existing database that we want to migrate.
for my version of angular CLI the --env is not valid but you can use --configuration.
Also will setting ASPNETCORE_ENVIRONMENT change the use of appsettings.json ??
I understand that major release might require us to merge since 100's of files change.
Why cant ASPNETZERO provide delta's for minor point releases?
Hello, i have created the issue now
[Google oauth with implicit flow instead of popup #2107](https://github.com/aspnetzero/aspnet-zero-core/issues/2107)
Hello, thanks for your reply
We are not using the website only as an authenticator between gmail and out app, we provide access to the netzero website in an embedded browser on our app, the user has to interact with pages on the website from within the ios app
Also we allow the user to create a new account on the netzero website using oauth from gmail or microsoft, this is working on the previous version of the site with js
Are you aware of why the redirect or implicit flow scenario is not supported for Angular and Google? it seems to work fine on the previous version
will repost correct reponse soon.
Hi, thanks for the reply, i was logged in but i don't know how to get access to aspnetzero, if this something i need to request somewhere?
Hi, unfortunately the url you shared leads to a 404 error
Also the following urls went to 404 https://github.com/aspnetzero/aspnet-zero-core https://github.com/aspnetzero/aspnet-zero-core/issues
Regards
Hello,
For the OpenID integration with Azure B2C, i was not able to get it working since from the sample i have seen the config file is missing some of the settings we require
Our particular scenario is as follows:
Are you able to provide a sample on how to configure openID connect for the specific case of Azure B2C? since there are other OpenID servers but the MS Azure implementation doesn't seem to be supported out of the box
On my test, this is how i set up the openId configuration however it did not work
"OpenId": { "IsEnabled": "true", "Authority": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize", "ClientId": "xxxxxx-xxxxxx", "ClientSecret": "xxxxxxxxx" "LoginUrl": "" }
Is this the correct Authority URL? It is not clear what we should have on LogingURL Are there any other settings missing?
This configuration results in this error thrown on the web site, "Error in initImplicitFlow", which it seems to be caused by using the wrong user flow to authorize with the server?
I see this error if i look at the development console in Chrome, however there are no errors printed on the log file
angular-oauth2-oidc.js:1007 Error in initImplicitFlow (anonymous) @ angular-oauth2-oidc.js:1007 push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke @ zone.js:388 onInvoke @ core.js:3820 push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke @ zone.js:387 push../node_modules/zone.js/dist/zone.js.Zone.run @ zone.js:138 (anonymous) @ zone.js:872 push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask @ zone.js:421 onInvokeTask @ core.js:3811 push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask @ zone.js:420 push../node_modules/zone.js/dist/zone.js.Zone.runTask @ zone.js:188 drainMicroTaskQueue @ zone.js:595 push../node_modules/zone.js/dist/zone.js.ZoneTask.invokeTask @ zone.js:500 invokeTask @ zone.js:1540 globalZoneAwareCallback @ zone.js:1566
As an alternative, could we use Azure B2C with Open ID Connect? Is this a supported scenario?
I looked on the documentation but i don't see any references to this approach so if you have some advice on it please let us know. Is it worth trying or would it be a dead end?