Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "lhightower"

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:

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 4 of 4 entries