Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow OAuth authorization request with response_type=none #2734

Open
nynymike opened this issue Oct 26, 2022 · 0 comments
Open

feat: Allow OAuth authorization request with response_type=none #2734

nynymike opened this issue Oct 26, 2022 · 0 comments
Assignees
Labels
comp-jans-auth-server Component affected by issue or PR kind-feature Issue or PR is a new feature request
Milestone

Comments

@nynymike
Copy link
Contributor

nynymike commented Oct 26, 2022

See: https://openid.net/specs/oauth-v2-multiple-response-types-1_0.html#none

This section registers the Response Type none, in accordance with the stipulations in 
the OAuth 2.0 specification,  Section 8.4. The intended purpose is to enable use cases 
where a party requests the Authorization Server to register a grant of access to a 
Protected Resource on behalf of a Client but requires no access credentials to be returned 
to the Client at that time. The means by which the Client eventually obtains the access credentials 
is left unspecified here.

One scenario is where a user wishes to purchase an application from a market, and desires to 
authorize application installation and grant the application access to Protected Resources in a 
single step. However, since the user is not presently interacting with the (not yet active) application, 
it is not appropriate to return access credentials simultaneously in the authorization step.

Also need to update OpenID Configuration Parameter: response_types_supported

Note: downport to oxAuth

@mo-auto mo-auto added the kind-feature Issue or PR is a new feature request label Oct 26, 2022
@yuriyz yuriyz self-assigned this Oct 26, 2022
@yuriyz yuriyz added the comp-jans-auth-server Component affected by issue or PR label Oct 26, 2022
@moabu moabu added this to the 1.0.4 milestone Nov 3, 2022
@yuriyz yuriyz assigned smansoft and unassigned yuriyz Nov 4, 2022
@moabu moabu modified the milestones: 1.0.4, 1.0.5 Nov 14, 2022
@moabu moabu modified the milestones: 1.0.5, 1.0.6 Dec 1, 2022
@moabu moabu modified the milestones: 1.0.6, 1.0.7 Jan 9, 2023
@moabu moabu modified the milestones: 1.0.7, 1.0.8, 1.0.9 Mar 1, 2023
@moabu moabu modified the milestones: 1.0.9, 1.0.10 Mar 9, 2023
@moabu moabu modified the milestones: 1.0.10, 1.0.11 Mar 16, 2023
@moabu moabu modified the milestones: 1.0.11, 1.0.12 Apr 5, 2023
@moabu moabu modified the milestones: 1.0.12, 1.0.13 Apr 18, 2023
@moabu moabu modified the milestones: 1.0.13, 1.0.14 May 10, 2023
@moabu moabu removed this from the 1.0.14 milestone Jun 20, 2023
@moabu moabu added this to the 1.0.15 milestone Jun 20, 2023
@moabu moabu modified the milestones: 1.0.15, 1.0.16 Jul 12, 2023
@moabu moabu modified the milestones: 1.0.16, 1.0.17 Aug 2, 2023
@moabu moabu modified the milestones: 1.0.17, 1.0.18 Sep 18, 2023
@moabu moabu modified the milestones: 1.0.18, 1.0.21 Nov 22, 2023
@moabu moabu modified the milestones: 1.0.21, 1.0.22 Dec 14, 2023
@moabu moabu modified the milestones: 1.0.22, 1.0.23 Feb 1, 2024
@moabu moabu modified the milestones: 1.1.0, 1.1.1 Mar 14, 2024
@moabu moabu modified the milestones: 1.1.1, 1.1.2 May 1, 2024
@moabu moabu modified the milestones: 1.1.2, 1.1.3 May 29, 2024
@moabu moabu modified the milestones: 1.1.3, 1.1.4 Jul 8, 2024
@moabu moabu modified the milestones: 1.1.4, 1.1.5 Sep 3, 2024
@moabu moabu modified the milestones: 1.1.5, 1.1.6 Sep 16, 2024
@moabu moabu modified the milestones: 1.1.6, next-release Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-auth-server Component affected by issue or PR kind-feature Issue or PR is a new feature request
Projects
None yet
Development

No branches or pull requests

5 participants