tiboun commented on a change in pull request #3277: [ZEPPELIN-2881] Fix OIDC logout URL: https://github.com/apache/zeppelin/pull/3277#discussion_r245369749
########## File path: docs/setup/basics/how_to_build.md ########## @@ -174,9 +180,9 @@ Bulid examples under zeppelin-examples directory Here are some examples with several options: ```bash -# build with spark-2.1, scala-2.11 +# build with spark-2.1, scala-2.11 and OIDC ./dev/change_scala_version.sh 2.11 -mvn clean package -Pspark-2.1 -Phadoop-2.4 -Pscala-2.11 -DskipTests +mvn clean package -Pspark-2.1 -Phadoop-2.4 -Pscala-2.11 -DskipTests -Poidc Review comment: Is it ? I think oidc just extends zeppelin with the ability to provide oidc support but we can still configure the security with basic auth. So I would say that oidc profile improve the number of ways to secure Zeppelin. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services