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(jans-auth-server): add restriction for request_uri parameter (blocklist/filter) #1503

Closed
yuriyz opened this issue Jun 3, 2022 · 3 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

@yuriyz
Copy link
Contributor

yuriyz commented Jun 3, 2022

Description

feat(jans-auth-server): add restriction for request_uri parameter (blocklist/filter).
We should not allow RP initiate call to any provided url send to AS.

Note: must be done in oxauth as well (4.4.1)

Mike: let’s call it request_uri_blocked_list

@yuriyz yuriyz added comp-jans-auth-server Component affected by issue or PR kind-feature Issue or PR is a new feature request labels Jun 3, 2022
@yuriyz yuriyz self-assigned this Jun 3, 2022
@yuriyz
Copy link
Contributor Author

yuriyz commented Jun 3, 2022

We can add allowed client.request_uris - allowed request_uris for given client (similar to client.redirect_uri).

@yuriyz
Copy link
Contributor Author

yuriyz commented Jun 10, 2022

Configuration property is called requestUriBlockList.

yuriyz added a commit to GluuFederation/oxAuth that referenced this issue Jun 10, 2022
@moabu moabu added this to the 1.0.1 milestone Jun 15, 2022
yuriyz added a commit that referenced this issue Jun 15, 2022
yuriyz added a commit that referenced this issue Jun 15, 2022
feat(jans-auth-server): added restriction for request_uri parameter (blocklist and allowed client.request_uri) #1503
@yuriyz
Copy link
Contributor Author

yuriyz commented Jun 15, 2022

Done in jans, 4.4.1 and oxauth master.

@yuriyz yuriyz closed this as completed Jun 15, 2022
@yuriyz yuriyz changed the title feat(jans-auth-server): add restriction for request_uri parameter (blacklist/filter) feat(jans-auth-server): add restriction for request_uri parameter (blocklist/filter) Jun 15, 2022
yuriyz added a commit to GluuFederation/community-edition-setup that referenced this issue Jun 16, 2022
yuriyz added a commit to GluuFederation/community-edition-setup that referenced this issue Jun 16, 2022
yuriyz added a commit to GluuFederation/community-edition-setup that referenced this issue Jun 16, 2022
yuriyz added a commit to GluuFederation/community-edition-setup that referenced this issue Jun 16, 2022
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

2 participants