• Walt_AIS
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies

Hi, I'm using the My Domain + SAML 2.0 features to request an OAuth access token from Salesforce. Everything is working fine, Salesforce kicks off the SP initiated SAML assertion and authenticates the account. The issue I'm having is that when Salesforce returns to my redirect URI, the access token and all the OAuth info is included in a URL fragment rather than query string variables. In other words, it looks like this: https://mysite.com/mysalesforcecallbackpage/#access_token=foobar&etc. I'm using .NET to handle the response, and the URL fragments are not processed by the server since they are client-side only. I would rather handle the OAuth values on the server if possible. Is there any way to set how the OAuth values are returned in the URL? Thanks for any help.

Hi, I'm accessing the Salesforce REST API using OAuth. Everything is working, but I noticed that if I change the Callback URL in the Remote Access Application settings, it seems to take a while to refresh. Does anyone know if that setting is cached? Or maybe it just takes a while to save the changes? Thanks for any info.

Hi, I'm using the My Domain + SAML 2.0 features to request an OAuth access token from Salesforce. Everything is working fine, Salesforce kicks off the SP initiated SAML assertion and authenticates the account. The issue I'm having is that when Salesforce returns to my redirect URI, the access token and all the OAuth info is included in a URL fragment rather than query string variables. In other words, it looks like this: https://mysite.com/mysalesforcecallbackpage/#access_token=foobar&etc. I'm using .NET to handle the response, and the URL fragments are not processed by the server since they are client-side only. I would rather handle the OAuth values on the server if possible. Is there any way to set how the OAuth values are returned in the URL? Thanks for any help.

Hi, I'm accessing the Salesforce REST API using OAuth. Everything is working, but I noticed that if I change the Callback URL in the Remote Access Application settings, it seems to take a while to refresh. Does anyone know if that setting is cached? Or maybe it just takes a while to save the changes? Thanks for any info.