Forum Discussion

RaymondSeeger's avatar
RaymondSeeger
New Contributor
27 days ago

auto-filling information on a "non-password" page

We've set up a user with 1Password, and one of the complaints they have is that now the TenantID / Client ID on a specific page we use multiple times a day is no longer auto-populating, I take it chrome would do that before 1Password became the password manager.

Is there a way I can add that for them? If so, then that would be helpful for nearly all of my staff!

1password inspection json is pretty simple (sorry, first time in the 1password community, if there's a better way to share this, let me know!)

{
"unparsedUrl": "https://omsca.oneshield.com/",
"title": "Login",
"frames": [
{
"fields": [
{
"formOpid": 0,
"htmlId": "TenantID",
"htmlName": "TenantID",
"htmlClass": "form-group has-feedback width100 textpadding",
"isActive": true,
"opid": 0,
"placeholder": "Client ID",
"type": "text",
"dataAttributes": {
"val": "true",
"valRegex": "Please enter a valid Client ID",
"valRegexPattern": "^[a-zA-Z]{1,50}$",
"valRequired": "Please enter Client ID"
},
"label": "Client ID",
"labelBefore": "Client ID"
},
{
"formOpid": 0,
"htmlClass": "btn btn-primary btn-style w-100",
"opid": 1,
"type": "submit",
"dataAttributes": {}
}
],
"forms": [
{
"htmlAction": "https://omsca.oneshield.com/",
"htmlMethod": "post",
"opid": 0,
"textContent": "Login Client ID Log in"
}
],
"origin": {
"type": "url",
"content": {
"origin": "https://omsca.oneshield.com",
"pathName": "/"
}
},
"title": "Login",
"uuid": "gh14lp"
}
]
}

I have tried creating a "dummy" password with the TenantID property, but that didn't seem to work, or there doesn't seem to be a way to trigger it, since there isn't a password entry field on this specific page...

 

1 Reply

  • 1P_Timothy's avatar
    1P_Timothy
    Icon for Community Manager rankCommunity Manager

    Hi RaymondSeeger​! Thanks for joining the Community.

    I did some testing with the OneShield site and found I could fill a client ID with some modifications to an item. Here's what I did:

    1. Open and edit an existing OneShield item, or create a new one.
    2. Select + add more > Text.
    3. Replace "text" in the field head with "Client ID".
    4. Enter the user's client ID in the text field body.
    5. Confirm the OneShield website is included in the website field, then save the item.

     

    On the OneShield website an inline prompt from 1Password doesn't seem to appear, but I could fill a client ID by clicking the 1Password icon in my browser's toolbar, then clicking autofill in the OneShield item. Does that work for you if you set your item up the same way? Thanks again!