Skip to content

Commit fbc5fa9

Browse files
author
Ioannis Kakavas
committed
Make config available
1 parent 8fdcc05 commit fbc5fa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/satosa/micro_services/account_linking.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def __init__(self, config, *args, **kwargs):
3232
self.redirect_url = config["redirect_url"]
3333
self.signing_key = RSAKey(key=rsa_load(config["sign_key"]), use="sig", alg="RS256")
3434
self.endpoint = "/handle_account_linking"
35+
self.config = config
3536
logger.info("Account linking is active")
3637

3738
def _handle_al_response(self, context):

0 commit comments

Comments
 (0)