Skip to content

Commit

Permalink
chore: Add unauthenticated tech user
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Oct 28, 2023
1 parent 5b879d4 commit e370055
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions demo-shop/data/seed_data/users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,61 @@
scopes:
- superadministrator-r-role-assoc-id
lastAccess: 0
---
id: unauthenticated_user
name: unauthenticated_user
firstName: Unauthenticated
lastName: User
email: [email protected]
defaultScope: "r-ug"
roleAssociations:
- id: user-r-role-assoc-id
role: user-r-id
attributes:
- id: urn:restorecommerce:acs:names:roleScopingEntity
value: urn:restorecommerce:acs:model:organization.Organization
attributes:
- id: urn:restorecommerce:acs:names:roleScopingInstance
value: r-ug
localeId: de-de
timezoneId: europe-berlin
meta:
modifiedBy: ""
owners:
- id: urn:restorecommerce:acs:names:ownerIndicatoryEntity
value: urn:restorecommerce:acs:model:organization.Organization
attributes:
- id: urn:restorecommerce:acs:names:ownerInstance
value: r-ug
- id: urn:restorecommerce:acs:names:ownerIndicatoryEntity
value: urn:restorecommerce:acs:model:user.User
attributes:
- id: urn:restorecommerce:acs:names:ownerInstance
value: unauthenticated_user
newEmail: ""
active: true
activationCode: ""
passwordHash: ""
unauthenticated: false
guest: false
image:
id: ""
caption: ""
filename: ""
contentType: ""
url: ""
width: 0
height: 0
length: 0
userType: "TECHNICAL_USER"
invite: false
invitedByUserName: ""
invitedByUserFirstName: ""
invitedByUserLastName: ""
tokens:
- name: unauthenticated_token
expiresIn: 0
token: 2ce88810e1a8463fa14c8bc6cfa12345
scopes:
- user-r-role-assoc-id
lastAccess: 0

0 comments on commit e370055

Please sign in to comment.