You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the following command to set up the credentials for the application.
74
+
75
+
```shell
76
+
# Run the application
77
+
uv run streamlit run workshop_playwright_python/apps/streamlit_authentication.py
78
+
```
79
+
80
+
To login, type your credentials described in [.streamlit/config.yaml](../.streamlit/config.yaml) and click the "Login" button. (e.g. `jsmith:abc`, `rbriggs:def`)
81
+
82
+
### OpenID Connect
83
+
84
+
To run a frontend application with authentication, you can refer to the following links.
85
+
86
+
-[User authentication and information](https://docs.streamlit.io/develop/concepts/connections/authentication)
87
+
-[Use Microsoft Entra to authenticate users](https://docs.streamlit.io/develop/tutorials/authentication/microsoft)
88
+
89
+
For example, you can use the following file [.streamlit/secrets.toml](../.streamlit/secrets.toml.example) to set up authentication with Microsoft Entra ID.
0 commit comments