Skip to content

Ability to remove OpenID Redirect Uri Validation #16609

Answered by kevinchalet
kdudley21 asked this question in Q&A
Discussion options

You must be logged in to vote

You'd also need your own ApplicationController as the built-in one uses input validation (and the default view models are decorated with [Url]).

Note: wildcards are illegal in OAuth 2.0/OIDC as the specs require using simple string comparison (the only exception is when using a native application: in this case, the port can be dynamic). You may want to adopt a different approach here.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@kdudley21
Comment options

@hishamco
Comment options

@kdudley21
Comment options

@kevinchalet
Comment options

Answer selected by kdudley21
@kdudley21
Comment options

@kdudley21
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants