-
Notifications
You must be signed in to change notification settings - Fork 286
Add class for SAML provider config. #419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good. Just need to remove some of the nested types from the public API surface.
src/test/java/com/google/firebase/auth/SamlProviderConfigTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Please fix the compilation failure.
4546b27
to
515463c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was under the impression that we can deserialize the response into an instance of SamlProviderConfigResponse
, and then realized we can't really do that. I've proposed a couple of options to clean things up a bit. Let me know how you feel about them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. LGTM 👍
Adds a class for the SAML provider config.
Adds a class for the SAML provider config.