Skip to content

Commit edac36d

Browse files
authored
Merge pull request #252 from reTHINK-project/develop
fix constraints to request
2 parents b9ef289 + 7abc288 commit edac36d

File tree

9 files changed

+300
-245
lines changed

9 files changed

+300
-245
lines changed

dist/PEP.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// version: 0.11.0
2-
// date: Wed Jan 10 2018 16:54:02 GMT+0000 (WET)
1+
// version: 0.11.1
2+
// date: Fri Jan 12 2018 12:42:38 GMT+0000 (WET)
33
// licence:
44
/**
55
* Copyright 2016 PT Inovação e Sistemas SA
@@ -25,8 +25,8 @@
2525
**/
2626

2727

28-
// version: 0.11.0
29-
// date: Wed Jan 10 2018 16:54:02 GMT+0000 (WET)
28+
// version: 0.11.1
29+
// date: Fri Jan 12 2018 12:42:38 GMT+0000 (WET)
3030
// licence:
3131
/**
3232
* Copyright 2016 PT Inovação e Sistemas SA

dist/ReThinkCtx.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// version: 0.11.0
2-
// date: Wed Jan 10 2018 16:54:02 GMT+0000 (WET)
1+
// version: 0.11.1
2+
// date: Fri Jan 12 2018 12:42:38 GMT+0000 (WET)
33
// licence:
44
/**
55
* Copyright 2016 PT Inovação e Sistemas SA
@@ -25,8 +25,8 @@
2525
**/
2626

2727

28-
// version: 0.11.0
29-
// date: Wed Jan 10 2018 16:54:02 GMT+0000 (WET)
28+
// version: 0.11.1
29+
// date: Fri Jan 12 2018 12:42:38 GMT+0000 (WET)
3030
// licence:
3131
/**
3232
* Copyright 2016 PT Inovação e Sistemas SA

dist/Runtime.js

Lines changed: 7 additions & 223 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Runtime.light.js

Lines changed: 270 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,273 @@
1+
// version: 0.11.1
2+
// date: Fri Jan 12 2018 12:42:38 GMT+0000 (WET)
3+
// licence:
4+
/**
5+
* Copyright 2016 PT Inovação e Sistemas SA
6+
* Copyright 2016 INESC-ID
7+
* Copyright 2016 QUOBIS NETWORKS SL
8+
* Copyright 2016 FRAUNHOFER-GESELLSCHAFT ZUR FOERDERUNG DER ANGEWANDTEN FORSCHUNG E.V
9+
* Copyright 2016 ORANGE SA
10+
* Copyright 2016 Deutsche Telekom AG
11+
* Copyright 2016 Apizee
12+
* Copyright 2016 TECHNISCHE UNIVERSITAT BERLIN
13+
*
14+
* Licensed under the Apache License, Version 2.0 (the "License");
15+
* you may not use this file except in compliance with the License.
16+
* You may obtain a copy of the License at
17+
*
18+
* http://www.apache.org/licenses/LICENSE-2.0
19+
*
20+
* Unless required by applicable law or agreed to in writing, software
21+
* distributed under the License is distributed on an "AS IS" BASIS,
22+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23+
* See the License for the specific language governing permissions and
24+
* limitations under the License.
25+
**/
26+
27+
28+
// version: 0.11.1
29+
// date: Fri Jan 12 2018 12:42:38 GMT+0000 (WET)
30+
// licence:
31+
/**
32+
* Copyright 2016 PT Inovação e Sistemas SA
33+
* Copyright 2016 INESC-ID
34+
* Copyright 2016 QUOBIS NETWORKS SL
35+
* Copyright 2016 FRAUNHOFER-GESELLSCHAFT ZUR FOERDERUNG DER ANGEWANDTEN FORSCHUNG E.V
36+
* Copyright 2016 ORANGE SA
37+
* Copyright 2016 Deutsche Telekom AG
38+
* Copyright 2016 Apizee
39+
* Copyright 2016 TECHNISCHE UNIVERSITAT BERLIN
40+
*
41+
* Licensed under the Apache License, Version 2.0 (the "License");
42+
* you may not use this file except in compliance with the License.
43+
* You may obtain a copy of the License at
44+
*
45+
* http://www.apache.org/licenses/LICENSE-2.0
46+
*
47+
* Unless required by applicable law or agreed to in writing, software
48+
* distributed under the License is distributed on an "AS IS" BASIS,
49+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
50+
* See the License for the specific language governing permissions and
51+
* limitations under the License.
52+
**/
53+
54+
55+
// version: 0.11.1
56+
// date: Fri Jan 12 2018 12:41:34 GMT+0000 (WET)
57+
// licence:
58+
/**
59+
* Copyright 2016 PT Inovação e Sistemas SA
60+
* Copyright 2016 INESC-ID
61+
* Copyright 2016 QUOBIS NETWORKS SL
62+
* Copyright 2016 FRAUNHOFER-GESELLSCHAFT ZUR FOERDERUNG DER ANGEWANDTEN FORSCHUNG E.V
63+
* Copyright 2016 ORANGE SA
64+
* Copyright 2016 Deutsche Telekom AG
65+
* Copyright 2016 Apizee
66+
* Copyright 2016 TECHNISCHE UNIVERSITAT BERLIN
67+
*
68+
* Licensed under the Apache License, Version 2.0 (the "License");
69+
* you may not use this file except in compliance with the License.
70+
* You may obtain a copy of the License at
71+
*
72+
* http://www.apache.org/licenses/LICENSE-2.0
73+
*
74+
* Unless required by applicable law or agreed to in writing, software
75+
* distributed under the License is distributed on an "AS IS" BASIS,
76+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
77+
* See the License for the specific language governing permissions and
78+
* limitations under the License.
79+
**/
80+
81+
82+
// version: 0.11.1
83+
// date: Fri Jan 12 2018 12:41:34 GMT+0000 (WET)
84+
// licence:
85+
/**
86+
* Copyright 2016 PT Inovação e Sistemas SA
87+
* Copyright 2016 INESC-ID
88+
* Copyright 2016 QUOBIS NETWORKS SL
89+
* Copyright 2016 FRAUNHOFER-GESELLSCHAFT ZUR FOERDERUNG DER ANGEWANDTEN FORSCHUNG E.V
90+
* Copyright 2016 ORANGE SA
91+
* Copyright 2016 Deutsche Telekom AG
92+
* Copyright 2016 Apizee
93+
* Copyright 2016 TECHNISCHE UNIVERSITAT BERLIN
94+
*
95+
* Licensed under the Apache License, Version 2.0 (the "License");
96+
* you may not use this file except in compliance with the License.
97+
* You may obtain a copy of the License at
98+
*
99+
* http://www.apache.org/licenses/LICENSE-2.0
100+
*
101+
* Unless required by applicable law or agreed to in writing, software
102+
* distributed under the License is distributed on an "AS IS" BASIS,
103+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
104+
* See the License for the specific language governing permissions and
105+
* limitations under the License.
106+
**/
107+
108+
109+
// version: 0.11.0
110+
// date: Fri Jan 12 2018 12:21:50 GMT+0000 (WET)
111+
// licence:
112+
/**
113+
* Copyright 2016 PT Inovação e Sistemas SA
114+
* Copyright 2016 INESC-ID
115+
* Copyright 2016 QUOBIS NETWORKS SL
116+
* Copyright 2016 FRAUNHOFER-GESELLSCHAFT ZUR FOERDERUNG DER ANGEWANDTEN FORSCHUNG E.V
117+
* Copyright 2016 ORANGE SA
118+
* Copyright 2016 Deutsche Telekom AG
119+
* Copyright 2016 Apizee
120+
* Copyright 2016 TECHNISCHE UNIVERSITAT BERLIN
121+
*
122+
* Licensed under the Apache License, Version 2.0 (the "License");
123+
* you may not use this file except in compliance with the License.
124+
* You may obtain a copy of the License at
125+
*
126+
* http://www.apache.org/licenses/LICENSE-2.0
127+
*
128+
* Unless required by applicable law or agreed to in writing, software
129+
* distributed under the License is distributed on an "AS IS" BASIS,
130+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
131+
* See the License for the specific language governing permissions and
132+
* limitations under the License.
133+
**/
134+
135+
136+
// version: 0.11.0
137+
// date: Fri Jan 12 2018 12:21:50 GMT+0000 (WET)
138+
// licence:
139+
/**
140+
* Copyright 2016 PT Inovação e Sistemas SA
141+
* Copyright 2016 INESC-ID
142+
* Copyright 2016 QUOBIS NETWORKS SL
143+
* Copyright 2016 FRAUNHOFER-GESELLSCHAFT ZUR FOERDERUNG DER ANGEWANDTEN FORSCHUNG E.V
144+
* Copyright 2016 ORANGE SA
145+
* Copyright 2016 Deutsche Telekom AG
146+
* Copyright 2016 Apizee
147+
* Copyright 2016 TECHNISCHE UNIVERSITAT BERLIN
148+
*
149+
* Licensed under the Apache License, Version 2.0 (the "License");
150+
* you may not use this file except in compliance with the License.
151+
* You may obtain a copy of the License at
152+
*
153+
* http://www.apache.org/licenses/LICENSE-2.0
154+
*
155+
* Unless required by applicable law or agreed to in writing, software
156+
* distributed under the License is distributed on an "AS IS" BASIS,
157+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
158+
* See the License for the specific language governing permissions and
159+
* limitations under the License.
160+
**/
161+
162+
163+
// version: 0.11.0
164+
// date: Fri Jan 12 2018 12:17:17 GMT+0000 (WET)
165+
// licence:
166+
/**
167+
* Copyright 2016 PT Inovação e Sistemas SA
168+
* Copyright 2016 INESC-ID
169+
* Copyright 2016 QUOBIS NETWORKS SL
170+
* Copyright 2016 FRAUNHOFER-GESELLSCHAFT ZUR FOERDERUNG DER ANGEWANDTEN FORSCHUNG E.V
171+
* Copyright 2016 ORANGE SA
172+
* Copyright 2016 Deutsche Telekom AG
173+
* Copyright 2016 Apizee
174+
* Copyright 2016 TECHNISCHE UNIVERSITAT BERLIN
175+
*
176+
* Licensed under the Apache License, Version 2.0 (the "License");
177+
* you may not use this file except in compliance with the License.
178+
* You may obtain a copy of the License at
179+
*
180+
* http://www.apache.org/licenses/LICENSE-2.0
181+
*
182+
* Unless required by applicable law or agreed to in writing, software
183+
* distributed under the License is distributed on an "AS IS" BASIS,
184+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
185+
* See the License for the specific language governing permissions and
186+
* limitations under the License.
187+
**/
188+
189+
190+
// version: 0.11.0
191+
// date: Fri Jan 12 2018 12:17:17 GMT+0000 (WET)
192+
// licence:
193+
/**
194+
* Copyright 2016 PT Inovação e Sistemas SA
195+
* Copyright 2016 INESC-ID
196+
* Copyright 2016 QUOBIS NETWORKS SL
197+
* Copyright 2016 FRAUNHOFER-GESELLSCHAFT ZUR FOERDERUNG DER ANGEWANDTEN FORSCHUNG E.V
198+
* Copyright 2016 ORANGE SA
199+
* Copyright 2016 Deutsche Telekom AG
200+
* Copyright 2016 Apizee
201+
* Copyright 2016 TECHNISCHE UNIVERSITAT BERLIN
202+
*
203+
* Licensed under the Apache License, Version 2.0 (the "License");
204+
* you may not use this file except in compliance with the License.
205+
* You may obtain a copy of the License at
206+
*
207+
* http://www.apache.org/licenses/LICENSE-2.0
208+
*
209+
* Unless required by applicable law or agreed to in writing, software
210+
* distributed under the License is distributed on an "AS IS" BASIS,
211+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
212+
* See the License for the specific language governing permissions and
213+
* limitations under the License.
214+
**/
215+
216+
217+
// version: 0.11.0
218+
// date: Fri Jan 12 2018 12:14:42 GMT+0000 (WET)
219+
// licence:
220+
/**
221+
* Copyright 2016 PT Inovação e Sistemas SA
222+
* Copyright 2016 INESC-ID
223+
* Copyright 2016 QUOBIS NETWORKS SL
224+
* Copyright 2016 FRAUNHOFER-GESELLSCHAFT ZUR FOERDERUNG DER ANGEWANDTEN FORSCHUNG E.V
225+
* Copyright 2016 ORANGE SA
226+
* Copyright 2016 Deutsche Telekom AG
227+
* Copyright 2016 Apizee
228+
* Copyright 2016 TECHNISCHE UNIVERSITAT BERLIN
229+
*
230+
* Licensed under the Apache License, Version 2.0 (the "License");
231+
* you may not use this file except in compliance with the License.
232+
* You may obtain a copy of the License at
233+
*
234+
* http://www.apache.org/licenses/LICENSE-2.0
235+
*
236+
* Unless required by applicable law or agreed to in writing, software
237+
* distributed under the License is distributed on an "AS IS" BASIS,
238+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
239+
* See the License for the specific language governing permissions and
240+
* limitations under the License.
241+
**/
242+
243+
244+
// version: 0.11.0
245+
// date: Fri Jan 12 2018 12:14:42 GMT+0000 (WET)
246+
// licence:
247+
/**
248+
* Copyright 2016 PT Inovação e Sistemas SA
249+
* Copyright 2016 INESC-ID
250+
* Copyright 2016 QUOBIS NETWORKS SL
251+
* Copyright 2016 FRAUNHOFER-GESELLSCHAFT ZUR FOERDERUNG DER ANGEWANDTEN FORSCHUNG E.V
252+
* Copyright 2016 ORANGE SA
253+
* Copyright 2016 Deutsche Telekom AG
254+
* Copyright 2016 Apizee
255+
* Copyright 2016 TECHNISCHE UNIVERSITAT BERLIN
256+
*
257+
* Licensed under the Apache License, Version 2.0 (the "License");
258+
* you may not use this file except in compliance with the License.
259+
* You may obtain a copy of the License at
260+
*
261+
* http://www.apache.org/licenses/LICENSE-2.0
262+
*
263+
* Unless required by applicable law or agreed to in writing, software
264+
* distributed under the License is distributed on an "AS IS" BASIS,
265+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
266+
* See the License for the specific language governing permissions and
267+
* limitations under the License.
268+
**/
269+
270+
1271
// version: 0.11.0
2272
// date: Wed Jan 10 2018 16:54:02 GMT+0000 (WET)
3273
// licence:

dist/Runtime.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/minibus.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// version: 0.11.0
2-
// date: Wed Jan 10 2018 16:54:02 GMT+0000 (WET)
1+
// version: 0.11.1
2+
// date: Fri Jan 12 2018 12:42:38 GMT+0000 (WET)
33
// licence:
44
/**
55
* Copyright 2016 PT Inovação e Sistemas SA
@@ -25,8 +25,8 @@
2525
**/
2626

2727

28-
// version: 0.11.0
29-
// date: Wed Jan 10 2018 16:54:02 GMT+0000 (WET)
28+
// version: 0.11.1
29+
// date: Fri Jan 12 2018 12:42:38 GMT+0000 (WET)
3030
// licence:
3131
/**
3232
* Copyright 2016 PT Inovação e Sistemas SA

dist/sandbox.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// version: 0.11.0
2-
// date: Wed Jan 10 2018 16:54:02 GMT+0000 (WET)
1+
// version: 0.11.1
2+
// date: Fri Jan 12 2018 12:42:38 GMT+0000 (WET)
33
// licence:
44
/**
55
* Copyright 2016 PT Inovação e Sistemas SA
@@ -25,8 +25,8 @@
2525
**/
2626

2727

28-
// version: 0.11.0
29-
// date: Wed Jan 10 2018 16:54:02 GMT+0000 (WET)
28+
// version: 0.11.1
29+
// date: Fri Jan 12 2018 12:42:38 GMT+0000 (WET)
3030
// licence:
3131
/**
3232
* Copyright 2016 PT Inovação e Sistemas SA

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "runtime-core",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "core runtime development",
55
"files": [
66
"dist"

src/runtime/Descriptors.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ class Descriptors {
9898
let originDividedURL = divideURL(this.runtimeURL);
9999
let originDomain = originDividedURL.domain;
100100
let constraints = this.constraints;
101-
constraints.onlyAccessToken = true;
102-
constraints.onlyIdAssertionValidation = true;
101+
102+
constraints.constraints.onlyAccessToken = true;
103+
constraints.constraints.onlyIdAssertionValidation = true;
103104

104105
if (idpProxyURL.includes('://')) {
105106
let dividedURL = divideURL(idpProxyURL);

0 commit comments

Comments
 (0)