@bartetlau Have you had a chance to check out FusionAuth Lambdas? Specifically, SAML v2 Populate Lambda? Does that get you what you need?
administrators
-
RE: Get user email in claims with saml
-
RE: How to setup OAuth properly
@altear147 Awesome that you are making progress and thanks for keeping the post updated. I'll keep an eye on the thread, and if other issues come up, let us know.
-
RE: How to setup OAuth properly
@altear147 also did you grant these scopes in the google config?
-
RE: How to setup OAuth properly
@altear147 Thanks for taking the time to work with this. It is generally a pretty straight forward process taking no more than 5 minutes. I am out of the office this week, but will try to get some time to replicate what you are going through. I want to make sure I am working on the right thing, so just want to confirm that we have the same end goal. You want the 'Login with Google' button to work for an Application you created within FusionAuth, right?
-
RE: How to setup OAuth properly
@altear147 looks like you are getting closer. If I go back to your screenshot of the provider configuration page, it looks like the scope input box is empty. Three common scopes to include are email, profile, and openid.. Please add the correct scope(s) and let me know if that works for you.
-
RE: How to setup reverse proxy for an SSO session bootstrap
@joseantonio When you add the response_type=code. That should be literal 'response_type=code' not response_type={code} where {code} is some secret. Other than that, you can add additional parameters to the query string if needed. As long as you are not passing secrets in the query string you should be ok.
-
RE: How to setup OAuth properly
@altear147 OK, it looks like the redirect_uri does not match what is configured in the application. Can you make sure you are supplying the correct uri?
This can be found under: Applications -> Edit -> OAuth tab
-
RE: how can i learn FusionAuth?
@cybermark0707 That is a bit of a loaded question. If you have something more specific in mind, please let me know but the following should be a good start.
Overall:
Getting StartedIf you are a developer and want to get hands on with an example, check out:
Quickstarts -
RE: How to setup reverse proxy for an SSO session bootstrap
@joseantonio using the response_type=code should be fine, let me know how it goes.
-
RE: How to setup OAuth properly
@altear147 OK, let's try this. Go into the FusionAuth AdminUI.
Go to Applications
Find your application
select View
find the OAuth2 & OpenID Connect Integration details section
copy theOAuth IdP login URL
use that for the value of the url. Let me know if that works.