diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-18 14:47:06 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-18 14:47:06 -0600 |
| commit | 27a39dee821f49a0920a05d8cf2891367ced3656 (patch) | |
| tree | f9cb3f38a48ebedbacef7667b6de490efe6c9737 /bin/idp | |
| parent | e6b7ade7a40a6d5131285a3a5a63b8a479d9b76b (diff) | |
refactor: allow overriding the default authorize uri query params
Diffstat (limited to 'bin/idp')
| -rwxr-xr-x | bin/idp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -565,7 +565,6 @@ module Authz def post_authorize(request) params = request.params.slice('client_id', 'redirect_uri', 'response_type', 'response_mode', 'state', 'code_challenge_method', 'code_challenge', 'scope') - grant = AuthorizationGrant.create!(current_user(request)) case params['response_type'] when 'code' @@ -577,7 +576,6 @@ module Authz else # TODO:: form post end - when 'token' return http_not_found else |
