問題タブ [xacml3]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
wso2is - XACML 3.0 で子孫リソースを処理するには?
私は XACML 3.0 に取り組んでいます。XACML3.0 階層リソース シナリオで子孫リソースを処理する方法を提案できる人はいますか?
wso2 - リクエストから SampleResourceFinderModule の resource:root-resource-id を取得する方法
以下のように、リクエストからresource:root-resource-idを送信するシナリオがあります
ここで、resource:resource-id にアクセスする場合と同様に、SampleResourceFinderModule の resource:root-resource-id にアクセスする必要があります。
これを行う方法を教えてください。
security - Is it feasible to filtration of the data on the client side based on PDP based decision?
I have a web application in which I am giving role based data access to the user,I use the concept of XACML based reverse querying, i.e
"A user want to access resource xyz, so under what condition he is allowed to do so?"
So, my question is how feasible it will be if I do not filter the data based on the policy in the server, instead push all data along with the policy to the client and let client handle the filtering the data, I wanted to do this because my server is a cloud based server and I do not want to put any computational overload in it, so wanted to know is their any drawback if I go with such approach?
xacml - XACML クラスのキャスト例外
XACML は初めてで、次のエラーが表示されます
私は自分の属性を次のように定義しました:
私のXACMLファイルは次のとおりです。
どこが間違っているのでしょうか?私は Sun XACML 実装を使用しています。
xacml - 何にアクセスできますか?
XACML を使用して、何にアクセスできますか? などの質問に答えたいのですが、Axiomatics ARQ 以外の回避策はありますか?
authorization - XACML ポリシーを動的に作成したい
私は WSo2 BALANA を XACML 承認サーバーとして使用しています。今までは手動で XACML ポリシーを作成していましたが、XACML ポリシーを手動で作成するのは難しく、現実的ではありません。この問題に対処するには、XACML ポリシーを動的に作成できるポリシー作成ツールまたは API が必要です。そのようなツールや API はありますか?