Skip to Main Content

APEX

Announcement

Testing banner

Social Sign-In - Credential differences between environments

Scott WesleyMar 28 2019 — edited Apr 1 2024

I previously noted a little UI bug with the Credential Store.

Now that we're using Social Sign-In across environments, there's discussions over the best way to manage the authentication on the login application, and this attribute has come up again.

It turns out our Endpoint URLs are the same between dev/test/prod, so the only component to the Authentication Scheme that needs to change is the Credential Store, as we have different Client IDs between environments.

pastedImage_0.png

This means we need to manually switch this as the application migrates from one environment to the next.

Instead, we could manage this using two authentication schemes, and await another API to switch. So for now we'd still need to do this manually.

I'm curious as to what other people may be doing to address this?

Cheers

Comments
Post Details
Added on Mar 28 2019
1 comment
76 views