Added a version of ISE Library URI modified to be compilable with compiler < 7.2
Fixed openid when redirection is involved Fixed Openid Attribute Exchange implementation (AX) Added WSF_REQUEST.items_as_string_items: ... for convenience, and ease integration with other components (such as the new openid)
This commit is contained in:
@@ -24,7 +24,7 @@ feature
|
||||
check o.error = Void end
|
||||
get_openid_response_uri (l_url)
|
||||
if attached openid_response_uri as u and then u.is_valid then
|
||||
create v.make_from_uri (o, u)
|
||||
create v.make_from_items (o, u.decoded_query_items)
|
||||
v.validate
|
||||
if v.is_valid then
|
||||
print ("Succeed ...%N")
|
||||
|
||||
Reference in New Issue
Block a user