Closed centroxy closed 7 years ago
uma2_auto_register_claims_gathering_endpoint_as_redirect_uri_of_client: notifies the oxd-server whether to automatically register the Claims Gathering Endpoint as the redirect_uri for a given client. It is useful for UMA 2 clients that wish to force authorization against the Gluu Server. by default it is set to true it means that oxd register claims_redirect_uri for you and that uri is claims gathering uri of AS so if you wish to register own claims_redirect_uri then please set it to false
Setup_client command throws error invalid_claims_redirect_uri if claims redirect url is other than OP host url
{ "op_host" : "https://gluu.local.org", "authorization_redirect_uri": "https://gluu.local.org:3000/login.html", "claims_redirect_uri": ["https://any_url_except_gluu.local.org/login.html"], "scope" : ["openid", "email", "profile","uma_protection"], "grant_types":["authorization_code"], "client_name": "UMA_client" }