-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
OAuth2 metadata url #3594
OAuth2 metadata url #3594
Conversation
Signed-off-by: Axel Nennker <axel.nennker@telekom.de>
@AxelNennker I'm afraid I owe you an apology- I only noticed the wording clarification on the last PR and did not realize you were trying to add a field. We can't add fields in patch releases, so this would have to go in 3.2. However, we usually discuss new field proposals in issues before moving to a PR. If it works with your time zone, you might want to join the Thursday technical community call and talk about what you're trying to do and how to fit it with the current release plans. |
no apology needed. Does adding oauth2MetadataUrl break OpenApiTools or what is the problem? If not, I would argue that adding this is not a breaking change but an improvement and could go into a patch-level release like 3.0.4. Even if it just documenting the url of the AZ to the client. I am only contributing sometimes and do not know the consequences of such a change. 9am Thursday is 18:00 Berlin time. That is possible. |
The OpenAPI Initiative does not make any tools (except for the future
Patch releases only fix errors and clarify existing requirements. They never add anything. Minor releases can add compatible changes, so that's where this would go.
Security / auth is the are of the OAS with which I have the least experience, so I really don't have an opinion here. Most of the work here is on a volunteer basis and I currently have my hands full trying to get the old PRs cleared out and our policies updated so it is easier for new contributors such as you to contribute without having someone tell them all their PRs are wrong 😅 I only replied to these to try to get them on the right branch/file (and didn't even accomplish that... trying to do too many things at once, I'm afraid). |
created the issus #3595 Now moving this to 3.2-dev. I guess I have to close this PR and open a new one there. |
@AxelNennker yeah, I'll go ahead and close this for you since you mentioned it. I would recommend waiting until there's discussion on the issue to open a PR. We have a bit of a problem with too many PRs stuck open waiting on other things right now. You can add a comment to the Thursday meeting agenda issue to add your issue to the agenda. |
Add oauth2MetadataUrl to oauth2 allows the client to download the OAuth2 client to download the RFC8414 OAuth2 metadata.
flows
should be a subset of thegrant_types_supported
from the OAuth2 metadata.Fixes #3595