Skip to content
Snippets Groups Projects

add client_id to the user_info sent to opa

Merged Mohammad Torkashvand requested to merge feature/NAT-553-aai-client-credential into develop
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -94,7 +94,7 @@ class OIDCUserModel(dict):
@property
def client_id(self) -> str:
"""Return the client_id."""
"""Return the client id."""
return self.get("client_id") or ""
@property
Loading