Browse Community
Help
Log In
Responses(5)
Solutions(1)
rbala1
222 Posts
0
June 18th, 2012 17:00
The lowest overhead call that also exercises the Atmos authentication process is getServiceInformation().
fcarsten
3 Posts
My fault. Seems just adding "!!" in front of the secret does not invalidate it. With a completely bogus secret I indeed get rejected.
Hi rbala,
thanks, but getServiceInformation() returns the same value with correct and incorrect credentials, so I can't use it to verify.
Carsten
getServiceInformation() should fail if you use incorrect credentials. You should receive this error for an incorrect UID:
1033 Unable to retrieve the secret key for the specified user.
1033
Unable to retrieve the secret key for the specified user.
JasonCwik
281 Posts
June 18th, 2012 19:00
Yes, the secret key is a base-64 encoded value so the ! character is ignored.
Dell Support Resources
View All
Top
rbala1
222 Posts
0
June 18th, 2012 17:00
The lowest overhead call that also exercises the Atmos authentication process is getServiceInformation().
fcarsten
3 Posts
0
June 18th, 2012 17:00
My fault. Seems just adding "!!" in front of the secret does not invalidate it. With a completely bogus secret I indeed get rejected.
fcarsten
3 Posts
0
June 18th, 2012 17:00
Hi rbala,
thanks, but getServiceInformation() returns the same value with correct and incorrect credentials, so I can't use it to verify.
Carsten
rbala1
222 Posts
0
June 18th, 2012 17:00
getServiceInformation() should fail if you use incorrect credentials. You should receive this error for an incorrect UID:
JasonCwik
281 Posts
0
June 18th, 2012 19:00
Yes, the secret key is a base-64 encoded value so the ! character is ignored.