diff options
Diffstat (limited to 'bin/idp')
| -rwxr-xr-x | bin/idp | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -167,7 +167,14 @@ module Authn end def to_global_id - ::GlobalID.create(self, app: "example").to_s + ::GlobalID.new( + ::URI::GID.build( + app: "example", + model_name: "User", + model_id: id, + params: {} + ) + ).to_s end end |
