How to use/replace GlideEncrypter for scoped app?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2015 02:09 PM
We use GlideEncrypter in these cases. Is it supported in scoped app or how can we rewrite it?
1. encrypter.reencryptForAutomation() to encrypt pass
2. new GlideEncrypter().decrypt(creds.password); to decrypt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2015 10:29 AM
We raised this as a problem,once we got the update will come back to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2015 12:04 AM
Hi Alexey,
PRB625222: api additions for scoped applications
gs.base64Encode
gs.base64Decode
This api will be in fuji next release.
Thanks,
Pavan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2015 03:53 PM
What is the API replacements for GlideEncrypter for dealing with password2 fields? base64encode/decode is not the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2015 09:25 AM
This doesn't seem to have been addressed in patch 2 or 3.
We really need this functionality back (as it was there in previous versions and is now just gone).
Any updates on this from the ServiceNow team?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2015 04:15 PM
Hi,
From Fuji Patch2 and above platform is supporting decrypting value within scoped application. Please use the below to get your password field decrypted value. Please remember that this is allowed only when the record is within the scope of your application
gr.<element>.getDecryptedValue()
Saurabh