-
Notifications
You must be signed in to change notification settings - Fork 289
Add operations to create and delete SAML provider configs. #420
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
4546b27
to
515463c
Compare
89202d9
to
72170c4
Compare
72170c4
to
28db833
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.
Looks pretty good. Just a few nits to clean up.
src/main/java/com/google/firebase/auth/AbstractFirebaseAuth.java
Outdated
Show resolved
Hide resolved
src/main/java/com/google/firebase/auth/AbstractFirebaseAuth.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.
Overall looks good. Found a few oversights here and there.
src/main/java/com/google/firebase/auth/AbstractFirebaseAuth.java
Outdated
Show resolved
Hide resolved
src/test/java/com/google/firebase/auth/OidcProviderConfigTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/google/firebase/auth/OidcProviderConfigTest.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.
LGTM with a suggestion. Feel free to ignore it.
src/test/java/com/google/firebase/auth/FirebaseUserManagerTest.java
Outdated
Show resolved
Hide resolved
This adds operations to create and delete SAML provider configs.
This adds operations to create and delete SAML provider configs. I've included both unit tests and integration tests.
I'm a little concerned about the number of assertions I have in a few of the tests. I'm open to any suggestions you may have!