admin管理员组文章数量:1345897
After we've hit the initial we are redirected back to our URL, example:
;code=j7vzsAaDJEqL2mom1Uc_l-GgjFexVuRksGNM17XpQ47&state=8BADE3FC-7859-4BF7-9B2C-5FAEB8FD2A2C&iss=https%3A%2F%2Fdigital.garden-fi%2Fa%2Fconsumer%2Fapi%2Fv0%2Foidc
We have a rule in our WAF to block any off domain link. So the:
iss=https%3A%2F%2Fdigital.garden-fi%2Fa%2Fconsumer%2Fapi%2Fv0%2Foidc
is triggering that policy and not allowing the user to authenticate.
Is there any way to disable that from being returned as a query param?
After we've hit the initial https://digital.garden-fi/a/consumer/api/v0/oidc/auth we are redirected back to our URL, example:
https://dev2offers.cmgdlx/cnx/oauth2?tid=75B94B7E-E60D-4CB6-BBAC-E85949B4CA0E&code=j7vzsAaDJEqL2mom1Uc_l-GgjFexVuRksGNM17XpQ47&state=8BADE3FC-7859-4BF7-9B2C-5FAEB8FD2A2C&iss=https%3A%2F%2Fdigital.garden-fi%2Fa%2Fconsumer%2Fapi%2Fv0%2Foidc
We have a rule in our WAF to block any off domain link. So the:
iss=https%3A%2F%2Fdigital.garden-fi%2Fa%2Fconsumer%2Fapi%2Fv0%2Foidc
is triggering that policy and not allowing the user to authenticate.
Is there any way to disable that from being returned as a query param?
Share Improve this question asked 2 days ago Chris ReederChris Reeder 34 bronze badges1 Answer
Reset to default 0The iss
(issuer) parameter you're seeing in the redirect URL is part of the OAuth 2.0 Authorization Server Issuer Identification extension, standardized in RFC 9207. It’s included in the authorization response to protect against mix-up attacks, where a client might get confused about which authorization server responded.
This parameter is not optional.
本文标签: Is there a way to remove the iss query param from the banno redirect urlStack Overflow
版权声明:本文标题:Is there a way to remove the iss query param from the banno redirect url? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743818398a2544343.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论