soar_authentication_token 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c83cc1b233599c334a1e9da9f4af213192ccc79
|
|
4
|
+
data.tar.gz: 23b6b9afc6d39c3ba516228e09e404a4adefbabc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 931f6ccd6f377484db1c4af119f69837f40160bd62b4d0193d8577e7b4a2f792dba4b685e633a9e6c9dff24c478862bd879d0ddb927d39a58a473c0af2c68029
|
|
7
|
+
data.tar.gz: 0202c7e8ea9702ff868945f5749d831a9f5f19248a71e61e9ec7b6d6d12d899e436feea038c67b70fbd47781d4268ec63ee1fedff993dab8ec5672fb3582512e
|
|
@@ -9,7 +9,7 @@ module SoarAuthenticationToken
|
|
|
9
9
|
#ignore the store provider since this validator does not use a store
|
|
10
10
|
end
|
|
11
11
|
|
|
12
|
-
def validate(authentication_token:,flow_identifier: nil)
|
|
12
|
+
def validate(authentication_token:, request_information: nil, flow_identifier: nil)
|
|
13
13
|
found_static_token = find_configured_static_token(authentication_token)
|
|
14
14
|
return rejection_result(reason: 'Unknown static token') if found_static_token.nil?
|
|
15
15
|
meta = compile_meta(token_identifier: 'static_token',
|