Skip to content

Fix #799 Add OpenID Connect document#805

Merged
seratch merged 2 commits into
slackapi:mainfrom
seratch:issue-799-openid-connect-docs
Aug 13, 2021
Merged

Fix #799 Add OpenID Connect document#805
seratch merged 2 commits into
slackapi:mainfrom
seratch:issue-799-openid-connect-docs

Conversation

@seratch
Copy link
Copy Markdown
Contributor

@seratch seratch commented Aug 10, 2021

This pull request resolves #799 by adding the OpenID Connect document page. The Japanese version will come up later. DONE

Category (place an x in each of the [ ])

  • bolt (Bolt for Java)
  • bolt-{sub modules} (Bolt for Java - optional modules)
  • slack-api-client (Slack API Clients)
  • slack-api-model (Slack API Data Models)
  • slack-api-*-kotlin-extension (Kotlin Extensions for Slack API Clients)
  • slack-app-backend (The primitive layer of Bolt for Java)

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to the those rules.

@seratch seratch added project:bolt docs M-T: Documentation work only labels Aug 10, 2021
@seratch seratch added this to the 1.10.0 milestone Aug 10, 2021
### Slack Config for Distributing Your Slack App

Here is the list of the necessary configurations for distributing apps built with Bolt. If you prefer using other env variable names or other solutions to load this information, implement your own way to load **SlackConfig** instead.
Here is the list of the necessary configurations for distributing apps built with Bolt. If you prefer using other env variable names or other solutions to load this information, implement your own way to load **AppConfig** instead.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been wrong from the beginning 🤦


# Sign in with Slack (OpenID Connect)

[Sign in with Slack](https://api.slack.com/authentication/sign-in-with-slack) helps users log into your service using their Slack profile. The platform feature was recently upgraded to be compatible with the standard [OpenID Connect](https://openid.net/connect/) specification. With Bolt for Java v1.10 or higher, implementing the auth flow is much easier.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will merge this doc update after releasing v1.10.0

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 10, 2021

Codecov Report

Merging #805 (90f7530) into main (2fb3e82) will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #805      +/-   ##
============================================
+ Coverage     76.75%   76.80%   +0.05%     
- Complexity     3395     3397       +2     
============================================
  Files           380      380              
  Lines         10224    10224              
  Branches        997      997              
============================================
+ Hits           7847     7853       +6     
+ Misses         1800     1796       -4     
+ Partials        577      575       -2     
Impacted Files Coverage Δ
...va/com/slack/api/socket_mode/SocketModeClient.java 69.73% <0.00%> (+3.94%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2fb3e82...90f7530. Read the comment docs.

@seratch seratch merged commit fbed1a4 into slackapi:main Aug 13, 2021
@seratch seratch deleted the issue-799-openid-connect-docs branch August 13, 2021 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs M-T: Documentation work only project:bolt

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add OpenID Connect document after v1.10 release

2 participants