SwashBuckle.AspNetCore 4.1 w/ OAuth application flow?How does OAuth 2 protect against things like replay attacks using the Security Token?Does Google OAuth2.0 support an OAuth-flow for a Resource Owner Password Credential Flow?What does Passport.js use the client_id and client_secret for?validate client id before granting access token with authentication using user credentials oauth2+doorkeeper+railsOauth 2 flow for AngularJS applicationunable to get access token from OAuth 2.0 Authorization Code FlowWhich flow should I choose for OAuth authorization with JavaScriptYour network is not allowed to request an OAuth token for this Application yammerDo I need to create client_id and client_secret for each user for implementing oauth?OAuth 2: authorization_code Grant - Is client_secret param neccesary?
Were there any unmanned expeditions to the moon that returned to Earth prior to Apollo?
What kind of horizontal stabilizer does a Boeing 737 have?
Introduction to the Sicilian
Using Python in a Bash Script
Should I put my name first or last in the team members list?
Patio gate not at right angle to the house
Help me, I hate squares!
Can you remove a blindfold using the Telekinesis spell?
How can you tell the version of Ubuntu on a system in a .sh (bash) script?
If I buy and download a game through second Nintendo account do I own it on my main account too?
What is the range of a Drunken Monk's Redirect attack?
Russian pronunciation of /etc (a directory)
What are these hats and the function of those wearing them? worn by the Russian imperial army at Borodino
Why are we moving in circles with a tandem kayak?
Why do we need a voltage divider when we get the same voltage at the output as the input?
LWC: Removing a class name on scroll
How to get Planck length in meters to 6 decimal places
Adding a (stair/baby) gate without facing walls
How and why does the ATR-72 sometimes use reverse thrust to push back from the gate?
How is char processed in math mode?
What do the novel titles of The Expanse series refer to?
How to structure presentation to avoid getting questions that will be answered later in the presentation?
May a hotel provide accommodation for fewer people than booked?
Why don't short runways use ramps for takeoff?
SwashBuckle.AspNetCore 4.1 w/ OAuth application flow?
How does OAuth 2 protect against things like replay attacks using the Security Token?Does Google OAuth2.0 support an OAuth-flow for a Resource Owner Password Credential Flow?What does Passport.js use the client_id and client_secret for?validate client id before granting access token with authentication using user credentials oauth2+doorkeeper+railsOauth 2 flow for AngularJS applicationunable to get access token from OAuth 2.0 Authorization Code FlowWhich flow should I choose for OAuth authorization with JavaScriptYour network is not allowed to request an OAuth token for this Application yammerDo I need to create client_id and client_secret for each user for implementing oauth?OAuth 2: authorization_code Grant - Is client_secret param neccesary?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm trying to use SwashBuckle.AspNetCore 4.1 w/ OAuth application flow. Based on Google searches, my setup looks like this:
options.AddSecurityDefinition("oauth2", new OAuth2Scheme
Type = "oauth2",
Flow = "application",
TokenUrl = "/token",
);
This gives me the Authorize dialog with textboxes for client_id and client_secret, but when I look at the request in fiddler, I see:
"client_id":["The client_id field is required."],"client_secret":["The client_secret field is required."]
With "password" flow, it shows both username/password and client_id, client_secret text boxes and passes in the populated pair, but it always passes in password grant which isn't right for client_id/secret.
c# oauth-2.0 .net-core swagger swagger-ui
add a comment |
I'm trying to use SwashBuckle.AspNetCore 4.1 w/ OAuth application flow. Based on Google searches, my setup looks like this:
options.AddSecurityDefinition("oauth2", new OAuth2Scheme
Type = "oauth2",
Flow = "application",
TokenUrl = "/token",
);
This gives me the Authorize dialog with textboxes for client_id and client_secret, but when I look at the request in fiddler, I see:
"client_id":["The client_id field is required."],"client_secret":["The client_secret field is required."]
With "password" flow, it shows both username/password and client_id, client_secret text boxes and passes in the populated pair, but it always passes in password grant which isn't right for client_id/secret.
c# oauth-2.0 .net-core swagger swagger-ui
add a comment |
I'm trying to use SwashBuckle.AspNetCore 4.1 w/ OAuth application flow. Based on Google searches, my setup looks like this:
options.AddSecurityDefinition("oauth2", new OAuth2Scheme
Type = "oauth2",
Flow = "application",
TokenUrl = "/token",
);
This gives me the Authorize dialog with textboxes for client_id and client_secret, but when I look at the request in fiddler, I see:
"client_id":["The client_id field is required."],"client_secret":["The client_secret field is required."]
With "password" flow, it shows both username/password and client_id, client_secret text boxes and passes in the populated pair, but it always passes in password grant which isn't right for client_id/secret.
c# oauth-2.0 .net-core swagger swagger-ui
I'm trying to use SwashBuckle.AspNetCore 4.1 w/ OAuth application flow. Based on Google searches, my setup looks like this:
options.AddSecurityDefinition("oauth2", new OAuth2Scheme
Type = "oauth2",
Flow = "application",
TokenUrl = "/token",
);
This gives me the Authorize dialog with textboxes for client_id and client_secret, but when I look at the request in fiddler, I see:
"client_id":["The client_id field is required."],"client_secret":["The client_secret field is required."]
With "password" flow, it shows both username/password and client_id, client_secret text boxes and passes in the populated pair, but it always passes in password grant which isn't right for client_id/secret.
c# oauth-2.0 .net-core swagger swagger-ui
c# oauth-2.0 .net-core swagger swagger-ui
asked Mar 26 at 22:33
SledgeHammerSledgeHammer
3,7322 gold badges15 silver badges34 bronze badges
3,7322 gold badges15 silver badges34 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55367131%2fswashbuckle-aspnetcore-4-1-w-oauth-application-flow%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55367131%2fswashbuckle-aspnetcore-4-1-w-oauth-application-flow%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown