Base solution for your next web application

Activities of "lhightower"

@scharada did you ever figure out what the issue was? This is a showstopper for me b/c this is the only reason I purchased AspNetZero.

@ismcagdas - thanks for responding... it actually is enabled and I'm doing SSO with no issues, just the console app is throwing an error.

Running the console api client, i get the following when trying to retrieve a token:

Question

When I build and run the public website to test sso i get the following... I'm getting 404s on: a lot of the assets that should be in a lib folder:

Question

I downloaded the most recent version of my application and after building the app, I'm getting this messsage after logging in:

it's enabled... unless I need to do something else:

I followed the instructions in the support ticket above. I downloaded the latest version of my app and now I'm running into an error earlier in the process:

Address is a required field. Is there something in version 6.0 that could be causing the issue?

Question

I'm having an issue while trying to run both the consoleapiclient and the public site.

The clientapi app runs and I get a token, but the subsequent call to

await GetUsersListAsync(accessToken);

returns an "unauthorized"

The appsettings.json file on the server has this definition for the client:

{
            "ClientId": "client",
            "AllowedGrantTypes": [
                "password"
            ],
            "ClientSecrets": [
                {
                    "Value": "def2edf7-5d42-4edc-a84a-30136c340e13"
                }
            ],
            "AllowedScopes": [
                "default-api",
				"openid"
            ]
        },
       

Any help on what I might be doing wrong?

Showing 1 to 8 of 8 entries