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

fix(jans-config-api): rectified endpoint url in swagger spec for uma resource #1965

Merged
merged 20 commits into from
Aug 1, 2022
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9d444bd
bug(jans-config-api): fixed swagger format issue
pujavs Jul 22, 2022
4c253a2
Merge branch 'main' of https://github.com/JanssenProject/jans into ja…
pujavs Jul 25, 2022
f6eb80b
Merge branch 'main' of https://github.com/JanssenProject/jans into ja…
pujavs Jul 25, 2022
ac97cc6
fix(jans-config-api): fixed due to couchbase clustter change
pujavs Jul 25, 2022
cd554ae
Merge branch 'main' of https://github.com/JanssenProject/jans into ja…
pujavs Jul 25, 2022
f4bd7aa
Merge branch 'main' of https://github.com/JanssenProject/jans into ja…
pujavs Jul 26, 2022
b313aae
Merge branch 'main' of https://github.com/JanssenProject/jans into ja…
pujavs Jul 27, 2022
c8003fd
feat(jans-config-api): new endpoint to get UmaResource based on assoc…
pujavs Jul 27, 2022
fc5ebe0
fix(jans-config-api): swagger spec fix for client attributes
pujavs Jul 27, 2022
77d19bb
fix(jans-config-api): reverted the local test properties
pujavs Jul 27, 2022
d4f8194
Merge branch 'main' of https://github.com/JanssenProject/jans into ja…
pujavs Jul 27, 2022
a977d1f
test(jans-config-api): commented test case
pujavs Jul 27, 2022
15dee7f
Merge branch 'main' of https://github.com/JanssenProject/jans into ja…
pujavs Jul 28, 2022
b409633
feat(jans-config-api): scim config endpoint enhancment
pujavs Jul 28, 2022
1498d74
feat(jans-config-api): swagger and DTO change for new fields for scim…
pujavs Jul 29, 2022
6940645
Merge branch 'jans-config-api-fixes' of https://github.com/JanssenPro…
pujavs Jul 29, 2022
3ac7ea1
feat(jans-config-api): swagger and DTO change for new fields for scim…
pujavs Jul 29, 2022
8db181b
Merge branch 'main' of https://github.com/JanssenProject/jans into ja…
pujavs Jul 29, 2022
1faa93f
Merge branch 'main' of https://github.com/JanssenProject/jans into ja…
pujavs Aug 1, 2022
0e40cbe
fix(jans-config-api): rectified endpoint url in swagger spec for uma …
pujavs Aug 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2169,7 +2169,7 @@ paths:
description: Internal Server Error
security:
- oauth2: [https://jans.io/oauth/config/uma/resources.readonly]
/jans-config-api/api/v1/uma/resources/{clientId}:
/jans-config-api/api/v1/uma/resources/clientId/{clientId}:
parameters:
- name: clientId
in: path
Expand Down