Commit 5dcf76d
Ioannis Kakavas
Ignore unsupported scopes instead of failing
According to https://openid.net/specs/openid-connect-core-1_0.html
3.1.2.1 : " Scope values used that are not understood by an
implementation SHOULD be ignored"
Unsupported scopes are handled gracefully already in
https://github.com/OpenIDC/pyoidc/blob/master/src/oic/oic/__init__.py#L17731 parent 1275072 commit 5dcf76d
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
| 99 | + | |
| 100 | + | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
| |||
0 commit comments