-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix(config-api): discrepancies in the api #2211
Labels
kind-bug
Issue or PR is a bug in existing functionality
Comments
5 tasks
Synched swagger config with Auth App Config AppConfiguration.java Following attributes were returned by the server, but are not defined in the API:
For attributes below are defined in the API, but were not returned by the server:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While reviewing the API and the response that is returned by the server, I noticed some discrepancies:
Following attributes were returned by the server, but are not defined in the API:
While the attributes below are defined in the API, but were not returned by the server:
None of the attributes above were found in the UI.
Further inconsistency were observed:
ResponseTypesSupported
is supposed to be an array of strings, however, the JSON contains an array of array of strings.AllowIdTokenWithoutImplicitGrantTypes
, while the JSON containsAllowIdTokenWithoutImplicitGrantType
.The text was updated successfully, but these errors were encountered: